Back to Devexpress

DxTreeViewNode Properties

blazor-devexpress-dot-blazor-dot-dxtreeviewnode-dot-underscore-properties.md

latest3.4 KB
Original Source

DxTreeViewNode Properties

Defines a node in the TreeView component.

NameDescription
AllowCheckSpecifies whether the TreeView node can be checked.
AllowSelectionSpecifies whether the TreeView node can be selected.
AttributesSpecifies a collection of standard HTML attributes applied to the TreeVeiw node.
BadgeTextSpecifies a text displayed in the node badge.
CheckBoxReadOnlySpecifies whether the node’s check box is read-only.
CheckedSpecifies whether the node is checked.
CssClassAssigns a CSS class to the TreeView node.
EnabledSpecifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
ExpandedSpecifies whether the node is expanded.
IconCssClassSpecifies the CSS class of the icon displayed by the node.
IconUrlSpecifies the URL of the TreeView node’s icon.
NameSpecifies the unique identifier name for the current node.
NavigateUrlSpecifies the navigation location for the node.
NodesProvides access to the collection of child nodes in the current node.
SyncRootFor internal use only. Inherited from DxModelComponent.
TargetSpecifies the target attribute’s value for the node.
TemplateSpecifies the template to display a node’s content.
TextSpecifies the node text content.
TextTemplateSpecifies the template to display a node’s text.
UrlMatchModeSpecifies 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.
VisibleSpecifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.

See Also

DxTreeViewNode Class

DxTreeViewNode Members

DevExpress.Blazor Namespace