DXCollectionView.ExpandGroup(Int32) Method
Expands the specified group of items.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public void ExpandGroup(
int itemHandle
)
Parameters
Name | Type | Description |
---|---|---|
itemHandle | Int32 | The group header handle. |
Remarks
When you call the ExpandGroup method, the GroupExpanding and GroupExpanded events are raised.
To expand all groups of items, use the ExpandAllGroups method.
To collapse groups of items, use the CollapseGroup or CollapseAllGroups method.
See Also