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