TreeViewNodeCollection.Add |
Adds a new node with specified settings to the collection. |
TreeViewNodeCollection.FindByName |
Returns a node with the specified TreeViewNode.Name property value. |
TreeViewNodeCollection.FindByText |
Returns a node object with the specified TreeViewNode.Text property value. |
TreeViewNodeCollection.IndexOfName |
Searches for a node object specified by the value of its TreeViewNode.Name property, and returns the zero-based index of the first occurrence within the collection. |
TreeViewNodeCollection.IndexOfText |
Searches for a node object specified by the value of its TreeViewNode.Text property, and returns the zero-based index of the first occurrence within the collection. |
ASPxTreeView.Nodes |
Provides access to the root node child collection. |
TreeViewNode.Nodes |
Gets the collection of child nodes within the particular node and provides indexed access to them. |
TreeViewNode.Parent |
Gets the immediate parent node to which the current node belongs. |
ASPxTreeView.SelectedNode |
Gets or sets the selected node in an ASPxTreeView control. |