SelectionMode Property (C1TreeView)
In This Topic
Gets or sets a value indicating selection method of nodes in the tree view control.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.SelectionMode", "Gets or sets a value indicating selection method of nodes in the tree view control.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property SelectionMode As C1TreeViewSelectionMode
[C1Category("Behavior")]
[C1Description("C1TreeView.SelectionMode", "Gets or sets a value indicating selection method of nodes in the tree view control.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public C1TreeViewSelectionMode SelectionMode {get; set;}
See Also