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