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

ASPxClientGridView.SelectAllRowsOnPage Method

Allows you to select or deselect all rows displayed on the current page based on the parameter passed.

Declaration

SelectAllRowsOnPage(
    selected?: boolean
): void

Parameters

Name Type Description
selected boolean

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

See Also