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
public bool AllowGroupCollapse { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Users can tap group headers to collapse and expand data groups. Set the AllowGroupCollapse
property to false
to disable this functionality.