BootstrapTreeViewVirtualNode Constructors
A virtual equivalent of the ASPxTreeView’s TreeViewNode object.| Name | Parameters | Description |
|---|---|---|
| BootstrapTreeViewVirtualNode(String, String, String, String, String) | name, text, iconCssClass, navigateUrl, target | Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings. |
| BootstrapTreeViewVirtualNode(String, String, String, String) | name, text, iconCssClass, navigateUrl | Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings. |
| BootstrapTreeViewVirtualNode(String, String, String) | name, text, iconCssClass | Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings. |
| BootstrapTreeViewVirtualNode(String, String) | name, text | Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings. |
| BootstrapTreeViewVirtualNode(String) | name | Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings. |
See Also