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

ASPxClientVerticalGridSelectionEventArgs.isAllRecordsOnPage Property

Gets whether all records displayed within a page have been selected or unselected.

Declaration

isAllRecordsOnPage: boolean

Property Value

Type Description
boolean

true if all records displayed within a page have been selected or unselected; otherwise, false.

Remarks

To select all records within a page, use the ASPxClientVerticalGrid.SelectAllRecordsOnPage method. To unselect all records, use the ASPxClientVerticalGrid.UnselectAllRecordsOnPage method.

Note

If the selection has been changed on the server (the ASPxClientVerticalGridSelectionEventArgs.isChangedOnServer property returns true) the isAllRecordsOnPage property is not in effect. It returns false in any case. To learn more, see the ASPxClientVerticalGrid.SelectionChanged event description.

See Also