GridControl.GetRowVisibleIndexByHandle(Int32) Method
In This Article
Returns the row’s position in the GridControl by its handle.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The row’s handle. |
#Returns
Type | Description |
---|---|
Int32 | The row’s visible index. |
See Also