ASPxClientGridView.GetRowIndicesVisibleInViewPort(includePartiallyVisible) Method
Returns a value specifying the indices of the rows visible in the browser’s view port.
Declaration
GetRowIndicesVisibleInViewPort(
includePartiallyVisible: boolean
): number[]
Parameters
| Name | Type | Description |
|---|---|---|
| includePartiallyVisible | boolean |
|
Returns
| Type | Description |
|---|---|
| number[] | An array of integer values that are the indices of the rows visible in the browser’s view port. |
See Also