Collection of Nodes for an AdvancedTree.
For a list of all members of this type, see NodeCollection Members.
System.Object
System.Collections.CollectionBase
Resco.Controls.AdvancedTree.NodeCollection
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
NodeCollection is derived from CollectionBase and supports Add, Insert and Remove methods. The Node can only be in one NodeCollection at a time. Whether the Node is in collection can be determined by the Contains method. The index of the node can be determined by the IndexOf method. Node collection can be accessed through the indexer Item.
Namespace: Resco.Controls.AdvancedTree
Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)
NodeCollection Members | Resco.Controls.AdvancedTree Namespace