TcxCustomDataController.AreAllRowsSelected Method
Indicates if all rows the data controller displays are selected.
Declaration
function AreAllRowsSelected: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if all displayed rows are selected. Otherwise, it returns False.
Note
It takes into account rows hidden within collapsed group rows if they are set to synchronize the selected state.
See Also