Back to Devexpress

DXCollectionView.AutoExpandAllGroups Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-4d86b85e.md

latest1017 B
Original Source

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

csharp
public bool AutoExpandAllGroups { get; set; }

Property Value

TypeDescription
Boolean

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

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace