Skip to main content
A newer version of this page is available. .

Node

A Node represents an item within the hierarchical structure. The node content can include a check box, an image and a text.

 TreeViev - Node

The table below lists the main properties which affect the node content:

Visual element Content Members Appearance Members
Check box ASPxTreeView.AllowCheckNodes, TreeViewNode.AllowCheck TreeViewStyles.NodeCheckBox, TreeViewNode.CheckBoxStyle, TreeViewImages.CheckBoxChecked, TreeViewImages.CheckBoxGrayed, TreeViewImages.CheckBoxUnchecked
Image ASPxTreeView.Images.NodeImage, TreeViewNode.Image TreeViewNode.Image, TreeViewNode.ImageStyle, TreeViewImages.NodeImage
Text TreeViewNode.Text TreeViewNode.TextStyle, TreeViewNode.TextTemplate, ASPxTreeView.NodeTextTemplate

 

The table below lists the main properties which affect the node’s appearance:

Characteristics Members
Visibility TreeViewNode.Visible
Appearance ASPxTreeView.Styles, TreeViewNode.NodeStyle
Templates TreeViewNode.Template, ASPxTreeView.NodeTemplate
See Also