DxTreeViewNode Properties
Defines a node in the TreeView component.| Name | Description |
|---|---|
| AllowCheck | Specifies whether the TreeView node can be checked. |
| AllowSelection | Specifies whether the TreeView node can be selected. |
| Attributes | Specifies a collection of standard HTML attributes applied to the TreeVeiw node. |
| BadgeText | Specifies a text displayed in the node badge. |
| CheckBoxReadOnly | Specifies whether the node’s check box is read-only. |
| Checked | Specifies whether the node is checked. |
| CssClass | Assigns a CSS class 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. |
| UrlMatchMode | Specifies whether the item becomes selected if its DxTreeViewNode.NavigateUrl property value matches the active web page. If the control does select the item, it expands all parent items. |
| Visible | Specifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>. |
See Also