TreeView..::..Nodes Property

Gets the nodes.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ActiveList<TreeNode> Nodes { get; set; }
Public Property Nodes As ActiveList(Of TreeNode)
	Get
	Set
public:
property ActiveList<TreeNode^>^ Nodes {
	ActiveList<TreeNode^>^ get ();
	void set (ActiveList<TreeNode^>^ value);
}

Field Value

The nodes.