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

BootstrapTreeViewNode Constructors

Represents an individual node within a Tree View control.
Name Parameters Description
BootstrapTreeViewNode() none Initializes a new instance of the BootstrapTreeViewNode class with default settings.
BootstrapTreeViewNode(String, String, String, String, String) text, name, iconCssClass, navigateUrl, target Initializes a new instance of the BootstrapTreeViewNode class with the specified settings.
BootstrapTreeViewNode(String, String, String, String) text, name, iconCssClass, navigateUrl Initializes a new instance of the BootstrapTreeViewNode class with the specified settings.
BootstrapTreeViewNode(String, String, String) text, name, iconCssClass Initializes a new instance of the BootstrapTreeViewNode class with the specified settings.
BootstrapTreeViewNode(String, String) text, name Initializes a new instance of the BootstrapTreeViewNode class with the specified settings.
BootstrapTreeViewNode(String) text Initializes a new instance of the BootstrapTreeViewNode class with the specified text.
See Also