selectionManager property

SelectionManagerBase? selectionManager
final

The SelectionManagerBase used to control the selection operations in SfDataGrid.

You can override the available methods and customize the required operations in the custom RowSelectionManager.

Defaults to null

Implementation

final SelectionManagerBase? selectionManager;