ASPxClientGridView.GetRowIndicesVisibleInViewPort(includePartiallyVisible) Method
In This Article
Returns a value specifying the indices of the rows visible in the browser’s view port.
#Declaration
TypeScript
GetRowIndicesVisibleInViewPort(
includePartiallyVisible: boolean
): number[]
#Parameters
Name | Type | Description |
---|---|---|
include |
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