DXCollectionView.GetItemHandleByVisibleIndex(Int32) Method
In This Article
Returns the handle of the item by its visible index.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public int GetItemHandleByVisibleIndex(
int visibleIndex
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | The visible index. |
#Returns
Type | Description |
---|---|
Int32 | The group header handle or the group index. |
See Also