Skip to main content

ASPxClientCardViewSelectionEventArgs.isAllRecordsOnPage Property

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

Declaration

isAllRecordsOnPage: boolean

Property Value

Type Description
boolean

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

Remarks

To selected all cards within a page, use the ASPxClientCardView.SelectAllCardsOnPage method. To unselect all cards, use the ASPxClientCardView.UnselectAllCardsOnPage method.

Note

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

See Also