ASPxClientVerticalGrid.GetTopVisibleIndex Method
In This Article
Returns the index of the first record displayed within the vertical grid’s active page.
#Declaration
TypeScript
GetTopVisibleIndex(): number
#Returns
Type | Description |
---|---|
number | The index of the topmost record. |
See Also