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