ASPxClientVerticalGrid.IsRecordSelectedOnPage(visibleIndex) Method
In This Article
Indicates whether or not the specified record is selected within the current page.
#Declaration
TypeScript
IsRecordSelectedOnPage(
visibleIndex: number
): boolean
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The record’s visible index. |
#Returns
Type | Description |
---|---|
boolean |
|
See Also