[]
Gets or sets the selection behavior. The default is single selection.
public C1SelectionMode SelectionMode { get; set; }
By default, end-user can select single item. You can change this property value to allow multiple selection or disable selection. Here are the supported selection modes.
None | Item selection is disabled. |
Single |
With no modifier keys
While pressing Ctrl
|
Multiple |
With no modifier keys
|
Extended |
With no modifier keys
While pressing Ctrl
While pressing Shift
|