Back to Devexpress

ASPxClientVerticalGrid.IsRecordSelectedOnPage(visibleIndex) Method

aspnet-js-aspxclientverticalgrid-dot-isrecordselectedonpage-x28-visibleindex-x29.md

latest736 B
Original Source

ASPxClientVerticalGrid.IsRecordSelectedOnPage(visibleIndex) Method

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

Declaration

ts
IsRecordSelectedOnPage(
    visibleIndex: number
): boolean

Parameters

NameTypeDescription
visibleIndexnumber

The record’s visible index.

|

Returns

TypeDescription
boolean

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

|

See Also

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members