Defines the selection behavior for a control which supports the SelectionMode property like C1treeView.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum C1SelectionMode
Visual Basic
Public Enumeration C1SelectionMode

Members

Member nameValueDescription
None0 The user can not select any item.
Single1 The user can select only one item at a time.
Multiple2 The user can select multiple items without holding down a modifier key.
Extended3 The user can select multiple consecutive items while holding down the corresponding modifier key.

See Also