ExtendedTreeViewSelectOnRightOfLabelClick Property
This property is used to set or get whether or not the tree view will select a node if the blank area
to the right of the label is clicked.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public bool SelectOnRightOfLabelClick { get; set; }
Public Property SelectOnRightOfLabelClick As Boolean
Get
Set
public:
property bool SelectOnRightOfLabelClick {
bool get ();
void set (bool value);
}
member SelectOnRightOfLabelClick : bool with get, set
Property Value
BooleanThe default is false to match the standard tree view's behavior