DXCollectionView.IsGroupHeader(Int32) Method
In This Article
Checks whether the specified item is a group header.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public bool IsGroupHeader(
int itemHandle
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Int32 | The handle of the item to be checked. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also