Skip to main content

ASPxClientGridView.GetRowIndicesVisibleInViewPort(includePartiallyVisible) Method

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
includePartiallyVisible boolean

true, to include partially visible rows, otherwise, false.

#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