Skip to main content

ASPxClientVerticalGrid.IsRecordSelectedOnPage(visibleIndex) Method

Indicates whether or not the specified record is selected within the current page.

Declaration

IsRecordSelectedOnPage(
    visibleIndex: number
): boolean

Parameters

Name Type Description
visibleIndex number

The record’s visible index.

Returns

Type Description
boolean

true if the specified record is selected within the current page; otherwise, false.

See Also