MVCxTreeViewNode Constructors
Represents an individual node within the TreeView.| Name | Parameters | Description |
|---|---|---|
| MVCxTreeViewNode() | none | Initializes a new instance of the MVCxTreeViewNode class with default settings. |
| MVCxTreeViewNode(String, String, String, String, String) | text, name, imageUrl, navigateUrl, target | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String, String, String, String) | text, name, imageUrl, navigateUrl | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String, String, String) | text, name, imageUrl | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String, String) | text, name | Initializes a new instance of the MVCxTreeViewNode class with the specified settings. |
| MVCxTreeViewNode(String) | text | Initializes a new instance of the MVCxTreeViewNode class with the specified setting. |
See Also