Skip to main content

Member Table: Node

  • 2 minutes to read

Server

Member Description
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.

Client

Member Description
ASPxClientTreeView.GetNode Returns a node with the specified index within the ASPxTreeView’s node collection.
ASPxClientTreeViewNode.GetNode Returns the current node’s immediate child node specified by its index.
ASPxClientTreeView.GetNodeByName Returns a node with the specified name.
ASPxClientTreeViewNode.GetNodeByName Returns the current node’s child node specified by its name.
ASPxClientTreeView.GetNodeByText Returns a node with the specified text.
ASPxClientTreeViewNode.GetNodeByText Returns the current node’s child node specified by its text.
ASPxClientTreeView.GetSelectedNode Returns the selected node within the ASPxTreeView control on the client side.
ASPxClientTreeView.SetSelectedNode Selects the specified node within the ASPxTreeView control on the client side.

Appearance

Member Description
TreeViewStyles.NodeCheckBox Gets the style settings for all check boxes within the control.
TreeViewNode.CheckBoxStyle Gets the check box‘s style settings.
TreeViewImages.NodeImage Provides access to the settings that define common images, displayed within node content for different node states.
TreeViewNode.Image Gets the settings of a node’s image.
TreeViewStyles.NodeImage Provides access to the style settings used to paint the node images displayed within the ASPxTreeView.
TreeViewNode.ImageStyle Gets the style settings, used to paint an image of the current node.
TreeViewStyles.Node Gets the style settings, defining the appearance of nodes.
TreeViewNode.NodeStyle Gets the node’s style settings.
TreeViewStyles.NodeText Gets the style settings defining the appearance of text content for all nodes within the ASPxTreeView.
TreeViewNode.TextStyle Gets the node’s text content style settings.