Back to Devexpress

DxTreeViewNode Members

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

latest6.0 KB
Original Source

DxTreeViewNode Members

Defines a node in the TreeView component.

Constructors

NameDescription
DxTreeViewNode()Initializes a new instance of the DxTreeViewNode class.

Properties

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>.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
CheckedChangedFires when the node changes its checked state.
ClickFires when a user clicks the TreeView node.
ExpandedChangedFires when a TreeView’s node expands or collapses.

See Also

DxTreeViewNode Class

DevExpress.Blazor Namespace