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