MVCxTreeViewNode Properties
Represents an individual node within the TreeView.
Name | Description |
---|---|
Allow |
Gets or sets a value to enable/disable the check box for a particular node.
Inherited from Tree |
Check |
Gets the check box‘s style settings.
Inherited from Tree |
Checked |
Gets or sets whether the node is checked.
Inherited from Tree |
Check |
Gets a value that specifies the node check state.
Inherited from Tree |
Client |
Gets or sets a value that indicates whether the node is enabled on the client.
Inherited from Tree |
Client |
Gets or sets a value that specifies the node’s initial visibility state on the client.
Inherited from Tree |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Data |
Gets the data item that is bound to the node.
Inherited from Tree |
Data |
Gets the path to the data that is bound to the node.
Inherited from Tree |
Enabled |
Gets or sets a value that indicates whether the node is enabled.
Inherited from Tree |
Expanded |
Gets or sets whether the node is expanded.
Inherited from Tree |
Image |
Gets the settings of a node’s image.
Inherited from Tree |
Image |
Gets the style settings, used to paint an image of the current node.
Inherited from Tree |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Name |
Gets or sets the unique identifier name for the current node.
Inherited from Tree |
Navigate |
Gets or sets a URL which defines the navigation location.
Inherited from Tree |
Nodes | Gets the collection of child nodes within the particular node and provides indexed access to them. |
Node |
Gets the node’s style settings.
Inherited from Tree |
Parent |
Gets the immediate parent node to which the current node belongs.
Inherited from Tree |
Target |
Gets or sets the window or frame to which to target the contents of the URL associated with the current node.
Inherited from Tree |
Template |
Gets or sets a template used for displaying the content of the particular node.
Inherited from Tree |
Text |
Gets or sets the text displayed within the node content.
Inherited from Tree |
Text |
Gets the node’s text content style settings.
Inherited from Tree |
Text |
Gets or sets a template used for displaying the text content of the particular node.
Inherited from Tree |
Tool |
Gets or sets the current node’s tooltip text.
Inherited from Tree |
Tree |
Gets the ASPx |
Visible |
Gets or sets a value specifying the current node’s visibility.
Inherited from Tree |
See Also