MobileForms Toolkit Documentation

AdvancedTree.SelectedNode Property

Gets or sets the selected node.

public Node SelectedNode {get; set;}

Property Value

The selected node.

Remarks

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.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace