[]
        
(Showing Draft Content)

C1.Win.TreeView.SelectionMode

SelectionMode Enum

Defines the selection behavior for a control.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public enum SelectionMode

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.

Radio

The user can select only one item at a time and deselect the item while holding down the ctrl modifier key.

Single

The user can select only one item at a time.