Gets or sets the selected node.
The selected node.
When MultiSelect property is set to true, gets the first selected node.
When the SelectedNode property is setthe Node is set as SelectedNode, the control will call EnsureVisible method on that node and simulate the selection by the user click (with AfterNodeSelect event fired). If you don't want this extended behavior, you can just set the Selected property to true.
AdvancedTree Class | Resco.Controls.AdvancedTree Namespace