blazor-devexpress-dot-blazor-dot-dxtreeviewnode-dot-underscore-members.md
Defines a node in the TreeView component.
| Name | Description |
|---|---|
| DxTreeViewNode() | Initializes a new instance of the DxTreeViewNode class. |
| 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 DxModelComponent. |
| 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>. |
| 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. |
| 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