Enum TreeSelectionMode
Defines the constant that specifies the selection mode for the tree.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeSelectionMode
Fields
| Name | Description |
|---|---|
| MultiSelectAll | Lets you select multiple nodes across all levels. |
| MultiSelectSameLevel | Lets you select multiple nodes within the same level. |
| Single | Lets you select one node at a time. |