selectedRowCount property

int selectedRowCount

Called to obtain the number of rows that are currently selected.

If the selected row count changes, call notifyListeners.

Selected rows are those whose DataRow.selected property is set to true.

Implementation

int get selectedRowCount;