Property SelectionMode
SelectionMode
Gets or sets the method in which items are selected in the TreeView.
public virtual TreeViewSelectionMode SelectionMode { get; set; }
Property Value
- TreeViewSelectionMode
One of the TreeViewSelectionMode values. The default is Single.
Remarks
The SelectionMode property enables you to determine how many items in the TreeView a user can select at one time.