| Name | Description |
| Add | Adds a TreeViewPlusNode to the end of the collection. |
| AddNodeTree | Adds the nodes with its parent nodes to the current collection. |
| AddRange | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| AsReadOnly | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Clear |
Removes all TreeViewPlusNodes from the collection.
|
| Contains | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| ConvertAll | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Exists | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Find | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| FindAll | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| FindByNodeID |
Finds the node with the matching NodeID in the node collection and its
children.
|
| FindByValue |
Finds the first node in the collection with the Value that matches the input
value.
|
| FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| FindLast | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| ForEach | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| GetEnumerator | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| GetRange | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| GetTopMostParentNode | Gets the top-most parent in the node hierarchy of the current node. |
| IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Insert | Inserts a TreeViewPlusNode into the node collection. |
| InsertRange | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| InvalidateChildNodes |
Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand.
This function will invalidate the child nodes of all the nodes in the collection so that the next time that Render is called,
these nodes will re-render the child nodes down to the client.
|
| LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Remove | Removes a TreeViewPlusNode from the collection. |
| RemoveAll | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| RemoveAt | Removes a TreeViewPlusNode at the specified index. |
| RemoveRange | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Reverse | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| Sort | Overloaded. (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| ToArray | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| TrimExcess | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |
| TrueForAll | (Inherited from System.Collections.Generic.List<TreeViewPlusNode>) |