DXTreeView.HeaderTemplate Property
Gets or sets a template that configures the DXTreeView header. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate | The data template applied to the DXTreeView header. |
See Also