Skip to main content

DxTreeViewNode Members

Defines a node in the TreeView component.

Constructors

Name Description
DxTreeViewNode() Initializes a new instance of the DxTreeViewNode class.

Properties

Name Description
AllowCheck Specifies whether the TreeView node can be checked.
AllowSelection Specifies whether the TreeView node can be selected.
BadgeText Specifies a text displayed in the node badge.
Checked Specifies whether the node is checked.
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.
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>.

Methods

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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

Name Description
CheckedChanged Fires when the node changes its checked state.
Click Fires when a user clicks the TreeView node.
ExpandedChanged Fires when a TreeView’s node expands or collapses.
See Also