Back to Devexpress

DXCollectionView.HeaderTemplate Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-f839b027.md

latest1.1 KB
Original Source

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

csharp
public DataTemplate HeaderTemplate { get; set; }

Property Value

TypeDescription
DataTemplate

The data template applied to the DXCollectionView header.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace