[]
        
(Showing Draft Content)

C1.WPF.C1SelectionMode

C1SelectionMode Enum

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum C1SelectionMode

Fields

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.