Back to Devexpress

DXCollectionView.AllowFixedGroupHeaders Property

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

latest1.2 KB
Original Source

DXCollectionView.AllowFixedGroupHeaders Property

Gets or sets whether to fix group headers at the top of a Collection View when a user scrolls items up or down. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool AllowFixedGroupHeaders { get; set; }

Property Value

TypeDescription
Boolean

true to fix group headers at the top of a Collection View; otherwise, false.

|

Remarks

The following animation illustrates fixed group headers when a user scrolls items up:

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace