Defines the selection behavior for a control which supports the SelectionMode
property like C1treeView.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum C1SelectionMode |
| Visual Basic |
|---|
Public Enumeration C1SelectionMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The user can not select any item. | |
| Single | 1 | The user can select only one item at a time. | |
| Multiple | 2 | The user can select multiple items without holding down a modifier key. | |
| Extended | 3 | The user can select multiple consecutive items while holding down the corresponding modifier key. |