ASPxClientGridViewSelectionEventArgs.isAllRecordsOnPage Property
In This Article
Gets whether all rows displayed within a page have been selected or unselected.
#Declaration
TypeScript
isAllRecordsOnPage: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
To select all rows within a page, use the ASPxClientGridView.SelectAllRowsOnPage method. To unselect all rows, use the ASPxClientGridView.UnselectAllRowsOnPage method.
Note
If the selection has been changed on the server (the ASPxtrue
) the isfalse
in any case. To learn more, see the ASPx
See Also