TreeNode..::..Nodes Property

Gets or sets the nodes.

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

Syntax


public TreeNodeCollection Nodes { get; set; }
Public Property Nodes As TreeNodeCollection
	Get
	Set
public:
property TreeNodeCollection^ Nodes {
	TreeNodeCollection^ get ();
	void set (TreeNodeCollection^ value);
}

Field Value

The nodes.