Back to Devexpress

DXCollectionView.ExpandAllGroups(Boolean) Method

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-dot-expandallgroups-x28-system-dot-boolean-x29.md

latest1.7 KB
Original Source

DXCollectionView.ExpandAllGroups(Boolean) Method

Expands all groups of items.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public void ExpandAllGroups(
    bool raiseEvents = true
)

Optional Parameters

NameTypeDefaultDescription
raiseEventsBooleanTrue

true to raise the GroupExpanded event; otherwise, false.

|

Remarks

When you call the ExpandAllGroups method, the GroupExpanding and GroupExpanded events are raised for each group.

To expand an individual group of items, use the ExpandGroup method.

To collapse groups of items, use the CollapseAllGroups or CollapseGroup method.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace