Skip to main content

DXCollectionView.AutoExpandAllGroups Property

Gets or sets whether users can expand all the DXCollectionView‘s groups. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public bool AutoExpandAllGroups { get; set; }

Property Value

Type Description
Boolean

true to allow users to expand all groups; otherwise, false.

See Also