Back to Devexpress

DXCollectionView.AllowGroupCollapse Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-1cb7f08f.md

latest1.1 KB
Original Source

DXCollectionView.AllowGroupCollapse Property

Gets or sets whether users can collapse and expand groups of items. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool AllowGroupCollapse { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to allow users to collapse/expand groups of items; otherwise, false.

|

Remarks

Users can tap group headers to collapse and expand data groups. Set the AllowGroupCollapse property to false to disable this functionality.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace