DxTreeViewNode Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether the Tree |
Allow |
Specifies whether the Tree |
Attributes |
Specifies a collection of standard HTML attributes applied to the Tree |
Badge |
Specifies a text displayed in the node badge. |
Check |
Specifies whether the node’s check box is read-only. |
Checked | Specifies whether the node is checked. |
Css |
Assigns a CSS class to the Tree |
Enabled |
Specifies whether navigation component’s item is enabled.
Inherited from Dx |
Expanded | Specifies whether the node is expanded. |
Icon |
Specifies the CSS class of the icon displayed by the node. |
Icon |
Specifies the URL of the Tree |
Name | Specifies the unique identifier name for the current node. |
Navigate |
Specifies the navigation location for the node. |
Nodes | Provides access to the collection of child nodes in the current node. |
Sync |
For internal use only.
Inherited from Dx |
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. |
Text |
Specifies the template to display a node’s text. |
Url |
Specifies whether the item becomes selected if its Dx |
Visible |
Specifies whether the navigation component is visible.
Inherited from Dx |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Checked |
Fires when the node changes its checked state. |
Click |
Fires when a user clicks the Tree |
Expanded |
Fires when a Tree |
See Also