GridControl.GetRowHandleByVisibleIndex(Int32) Method
Returns a row’s handle by its visible index.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v21.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | An integer value that specifies the row’s visible position within a View. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the handle of the specified row (group or data). |
Remarks
To learn more, see Identifying Rows and Cards and Obtaining Row Handles.
See Also
Feedback