[]
Defines the selection behavior for a control which supports the SelectionMode property like C1treeView.
public enum C1SelectionMode
Name | Description |
---|---|
Extended | The user can select multiple consecutive items while holding down the corresponding modifier key. |
Multiple | The user can select multiple items without holding down a modifier key. |
None | The user can not select any item. |
Single | The user can select only one item at a time. |