BootstrapTreeViewVirtualNode(String, String, String, String, String) Constructor
Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapTreeViewVirtualNode(
string name,
string text,
string iconCssClass,
string navigateUrl,
string target
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name which identifies the created node. This value is assigned to the TreeViewVirtualNode.Name property. |
text | String | A String value specifying the node’s display text. This value is assigned to the TreeViewNode.Text property. |
iconCssClass | String | A String value specifying the CSS class of the node image. This value is assigned to the BootstrapTreeViewNode.IconCssClass property. |
navigateUrl | String | A String value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the TreeViewNode.NavigateUrl |
target | String | A String value which identifies the window or frame at which to target URL content when the node is clicked. This value is assigned to the TreeViewNode.Target |