DXTreeView.HeaderTemplate Property
In This Article
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
C#
public DataTemplate HeaderTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The data template applied to the DXTree |
See Also