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