Skip to main content
A newer version of this page is available. .
Tab

TreeViewVirtualNode Constructors

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