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

DxTreeViewNode Properties

Defines a node in the TreeView component.
Name Description
BadgeText Specifies a text displayed in the node badge.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
Expanded Specifies whether the node is expanded.
IconCssClass Specifies the CSS class of the icon displayed by the node.
Id For internal use only.
Name Specifies the unique identifier name for the current node.
NavigateUrl Specifies the navigation location for the node.
Nodes Provides access to the collection of child nodes in the current node.
Template Specifies the template to display a node’s content.
Text Specifies the node text content.
TextTemplate Specifies the template to display a node’s text.
See Also