DXCollectionView.ExpandAllGroups() Method
Expands all groups of items.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public void ExpandAllGroups()
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