ASPxClientVerticalGrid.UnselectAllRecordsOnPage Method
Deselects all selected records displayed on the current page.
Declaration
UnselectAllRecordsOnPage(): void
Remarks
To select all unselected records displayed on the current page, use the ASPxClientVerticalGrid.SelectAllRecordsOnPage method.
See Also