Gets or sets the SelectionMode of a control.
The SelectionMode of a control. Default value is SelectOnly.
If selection mode is set to SelectOnly, by clicking not selected row, it is selected. When clicking selected row, no action is taken. The RowSelect event is fired only when selecting the row.
If selection mode is set to SelectDeselect, by clicking not selected row, it is selected. When clicking selected row, it is deselected. By both actions, the RowSelect event is fired.
AdvancedList Class | Resco.Controls.AdvancedList Namespace