Class SelectionMode
Defines constants that specify the selections that are supported by a SfTreeView control.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public sealed class SelectionMode : Enum
Fields
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.
Declaration
public const SelectionMode Extended
Field Value
Type |
---|
SelectionMode |
Multiple
Specifies the selection mode as multiple, that allows selection for multiple items in a SfTreeView control.
Declaration
public const SelectionMode Multiple
Field Value
Type |
---|
SelectionMode |
None
Specifies the selection mode as none, that restricts selection in a SfTreeView control.
Declaration
public const SelectionMode None
Field Value
Type |
---|
SelectionMode |
Single
Specifies the selection mode as single, that restricts selection for only one item at a time in a SfTreeView control.
Declaration
public const SelectionMode Single
Field Value
Type |
---|
SelectionMode |
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.
Declaration
public const SelectionMode SingleDeselect
Field Value
Type |
---|
SelectionMode |