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

TreeViewNode Properties

Represents an individual node within an ASPxTreeView control.
Name Description
AllowCheck Gets or sets a value to enable/disable the check box for a particular node.
CheckBoxStyle Gets the check box‘s style settings.
Checked Gets or sets whether the node is checked.
CheckState Gets a value that specifies the node check state.
ClientEnabled Gets or sets a value that indicates whether the node is enabled on the client.
ClientVisible Gets or sets a value that specifies the node’s initial visibility state on the client.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
DataItem Gets the data item that is bound to the node.
DataPath Gets the path to the data that is bound to the node.
Enabled Gets or sets a value that indicates whether the node is enabled.
Expanded Gets or sets whether the node is expanded.
Image Gets the settings of a node’s image.
ImageStyle Gets the style settings, used to paint an image of the current node.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Name Gets or sets the unique identifier name for the current node.
NavigateUrl Gets or sets a URL which defines the navigation location.
Nodes Gets the collection of child nodes within the particular node and provides indexed access to them.
NodeStyle Gets the node’s style settings.
Parent Gets the immediate parent node to which the current node belongs.
Target Gets or sets the window or frame to which to target the contents of the URL associated with the current node.
Template Gets or sets a template used for displaying the content of the particular node.
Text Gets or sets the text displayed within the node content.
TextStyle Gets the node’s text content style settings.
TextTemplate Gets or sets a template used for displaying the text content of the particular node.
ToolTip Gets or sets the current node’s tooltip text.
TreeView Gets the ASPxTreeView control that owns the node.
Visible Gets or sets a value specifying the current node’s visibility.
See Also