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 CSS class applied to the TreeView node.
Enabled Specifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
Expanded Specifies whether the node is expanded.
IconCssClass Specifies the CSS class of the icon displayed by the node.
IconUrl Specifies the URL of the TreeView node’s icon.
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.
SyncRoot For internal use only. Inherited from DxSettingsComponent.
Target Specifies the target attribute’s value for the 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.
Visible Specifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.
See Also