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
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.SelectionModifier", "Gets or sets a value indicating whether how to select node for Multi and MultiSibling modes.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property SelectionModifier As SelectionModifier
[C1Category("Behavior")]
[C1Description("C1TreeView.SelectionModifier", "Gets or sets a value indicating whether how to select node for Multi and MultiSibling modes.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public SelectionModifier SelectionModifier {get; set;}
See Also