Skip to main content

DXCollectionView.CollapseGroup(Int32) Method

Collapses the specified group of items.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public void CollapseGroup(
    int itemHandle
)

Parameters

Name Type Description
itemHandle 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