Skip to main content
A newer version of this page is available. .

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

true to select all unselected records displayed on the current page; false to deselect all selected records on the page.

See Also