The following tables list the members exposed by NodeItemCollection.
"| Name | Description | |
|---|---|---|
![]() | NodeItemCollection Constructor | Initializes a new instance of the NodeItemCollection class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Control | Gets the control this NodeItem is attached to. |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | Item | Determines the node item at a specific location in the collection. |
![]() | Parent | Gets the parent node for this node item. Will return nothing if this node is the parent node. |
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds a new node to the collection |
![]() | AddRange | Adds multiple node items to the list. |
![]() | Clear | This method will remove all the items from the collection. To remove a single item, use Remove Method. |
![]() | CopyTo | Copies the NodeItem elements to a one-dimensional Array instance at the specified index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Returns the index of a specified item in the collection based on the dbiNodeItem parameter. |
![]() | Insert | Inserts a new dbiNodeItem object into the collection. |
![]() | Remove | Removes an item from the collection. |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
![]() | Sort | Overloaded. Sorts the items within the collection. |
![]() | WriteXMLFile | Writes the data in the collection to an xml file. |


