MVCxTreeViewNode Members
Represents an individual node within the TreeView.Constructors
| Name | Description |
|---|---|
| MVCxTreeViewNode() | Initializes a new instance of the MVCxTreeViewNode class with default settings. |
| MVCxTreeViewNode(String, String, String, String, String) | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String, String, String, String) | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String, String, String) | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String, String) | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String) | Initializes a new instance of the MVCxTreeViewNode class with the specified setting. |
Properties
| Name | Description |
|---|---|
| AllowCheck | Gets or sets a value to enable/disable the check box for a particular node. Inherited from TreeViewNode. |
| CheckBoxStyle | Gets the check box‘s style settings. Inherited from TreeViewNode. |
| Checked | Gets or sets whether the node is checked. Inherited from TreeViewNode. |
| CheckState | Gets a value that specifies the node check state. Inherited from TreeViewNode. |
| ClientEnabled | Gets or sets a value that indicates whether the node is enabled on the client. Inherited from TreeViewNode. |
| ClientVisible | Gets or sets a value that specifies the node’s initial visibility state on the client. Inherited from TreeViewNode. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DataItem | Gets the data item that is bound to the node. Inherited from TreeViewNode. |
| DataPath | Gets the path to the data that is bound to the node. Inherited from TreeViewNode. |
| Enabled | Gets or sets a value that indicates whether the node is enabled. Inherited from TreeViewNode. |
| Expanded | Gets or sets whether the node is expanded. Inherited from TreeViewNode. |
| Image | Gets the settings of a node’s image. Inherited from TreeViewNode. |
| ImageStyle | Gets the style settings, used to paint an image of the current node. Inherited from TreeViewNode. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Name | Gets or sets the unique identifier name for the current node. Inherited from TreeViewNode. |
| NavigateUrl | Gets or sets a URL which defines the navigation location. Inherited from TreeViewNode. |
| Nodes | Gets the collection of child nodes within the particular node and provides indexed access to them. |
| NodeStyle | Gets the node’s style settings. Inherited from TreeViewNode. |
| Parent | Gets the immediate parent node to which the current node belongs. Inherited from TreeViewNode. |
| Target | Gets or sets the window or frame to which to target the contents of the URL associated with the current node. Inherited from TreeViewNode. |
| Template | Gets or sets a template used for displaying the content of the particular node. Inherited from TreeViewNode. |
| Text | Gets or sets the text displayed within the node content. Inherited from TreeViewNode. |
| TextStyle | Gets the node’s text content style settings. Inherited from TreeViewNode. |
| TextTemplate | Gets or sets a template used for displaying the text content of the particular node. Inherited from TreeViewNode. |
| ToolTip | Gets or sets the current node’s tooltip text. Inherited from TreeViewNode. |
| TreeView | Gets the ASPxTreeView control that owns the node. Inherited from TreeViewNode. |
| Visible | Gets or sets a value specifying the current node’s visibility. Inherited from TreeViewNode. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified node to the current object. Inherited from TreeViewNode. |
| 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. |
| FindControl(String) | Searches the current naming container for a server control with the specified id parameter. Inherited from TreeViewNode. |
| 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. |
| SetTemplateContent(Action<TreeViewNodeTemplateContainer>) | Allows you to provide a template for rendering the node’s content. |
| SetTemplateContent(String) | Allows you to provide a template for rendering the node’s content. |
| SetTextTemplateContent(Action<TreeViewNodeTemplateContainer>) | Allows you to provide a template for rendering the node’s text content. |
| SetTextTemplateContent(String) | Allows you to provide a template for rendering the node’s text content. |
| ToString() | Returns a string that represents the TreeViewNode object. Inherited from TreeViewNode. |
See Also