MobileForms Toolkit Documentation

Node.Selected Property

Gets or sets whether the node is selected.

public virtual bool Selected {get; set;}

Property Value

true if node is selected, otherwise false.

Remarks

Setting directly the Selected property of a Node does not fire AfterNodeSelect event.

When the Node is selected, the SelectedTemplateIndex is used to display the Node, otherwise the TemplateIndex is used to display node.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace