DXCollectionView.IsGroupHeader(Int32) Method
In This Article
Checks whether the specified item is a group header.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.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 | true, if the specified handle corresponds to a group header; otherwise, false. |
See Also