Gets or sets the template used for displaying node expanders in the DataTreeGridColumn cells. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public ControlTemplate ExpanderTemplate { get; set; }
Visual Basic (Declaration)
Public Property ExpanderTemplate As ControlTemplate
	Get
	Set

See Also