Enum SelectionMode
Defines constants that specify the selections that are supported by a SfTreeView control.
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public enum SelectionMode
Fields
| Name | Description |
|---|---|
| Extended | Specifies the selection mode as extended, that multiple items can be selected, by using the SHIFT, CTRL, and arrow keys to make selections in a SfTreeView control. |
| Multiple | Specifies the selection mode as multiple, that allows selection for multiple items in a SfTreeView control. |
| None | Specifies the selection mode as none, that restricts selection in a SfTreeView control. |
| Single | Specifies the selection mode as single, that restricts selection for only one item at a time in a SfTreeView control. |
| SingleDeselect | Specifies the selection mode as single, that restricts selection for only one item at a time in a SfTreeView control. In addition it lets you to de-select the selected item. |