IsFocusSynchronizedWithSelection Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether the
C1TreeView should change a selected node by up or down keys or not.
Syntax
'Declaration
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.IsFocusSynchronizedWithSelection", "Gets or sets a value indicating whether the C1TreeView should change a selected node by up or down keys or not.")>
Public Property IsFocusSynchronizedWithSelection As Boolean
[DefaultValue(true)]
[C1Category("Behavior")]
[C1Description("C1TreeView.IsFocusSynchronizedWithSelection", "Gets or sets a value indicating whether the C1TreeView should change a selected node by up or down keys or not.")]
public bool IsFocusSynchronizedWithSelection {get; set;}
See Also