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