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 |
|
See Also