DXCollectionView.IsGroupHeader(Int32) Method
Checks whether the specified item is a group header.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public bool IsGroupHeader(
int itemHandle
)
Parameters
Name | Type | Description |
---|---|---|
itemHandle | Int32 | The handle of the item to be checked. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified handle corresponds to a group header; otherwise, false. |
See Also