Back to Devexpress

DXCollectionView.IsGroupCollapsed(Int32) Method

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-dot-isgroupcollapsed-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

DXCollectionView.IsGroupCollapsed(Int32) Method

Indicates whether the specified group of items is collapsed.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool IsGroupCollapsed(
    int groupItemHandle
)

Parameters

NameTypeDescription
groupItemHandleInt32

The group header handle (a negative integer, starting from -1) or the group’s zero-based index within the view’s collection of groups.

|

Returns

TypeDescription
Boolean

true if the specified group is collapsed; otherwise, false

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace