ASPxClientVerticalGrid.SelectAllRecordsOnPage Method
Allows you to select or deselect all records displayed on the current page based on the parameter passed.
Declaration
SelectAllRecordsOnPage(
selected?: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| selected | boolean |
|
See Also