C1.Win.TreeView Namespace / C1TreeView Class / SelectionModifier Property

In This Topic
SelectionModifier Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether how to select node for C1TreeViewSelectionMode.Multi and C1TreeViewSelectionMode.MultiSibling modes.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.SelectionModifier", "Gets or sets a value indicating whether how to select node for Multi and MultiSibling modes.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property SelectionModifier As SelectionModifier
 
See Also