Skip to main content

DXCollectionView.AllowGroupCollapse Property

Specifies whether users can collapse and expand groups of items.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public bool AllowGroupCollapse { get; set; }

Property Value

Type Description
Boolean

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