BootstrapTreeViewNode(String, String, String, String, String) Constructor
Initializes a new instance of the BootstrapTreeViewNode class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
#Declaration
public BootstrapTreeViewNode(
string text,
string name,
string iconCssClass,
string navigateUrl,
string target
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the node’s display text. Initializes the node’s Tree |
name | String | A String value specifying the name which identifies the created node. Initializes the node’s Tree |
icon |
String | A String value specifying the node image’s CSS class. Initializes the Image |
navigate |
String | A String value specifying the URL to which the browser navigates when the node is clicked. Initializes the node’s Tree |
target | String | A String value which identifies the window or frame to which to target URL content when the node is clicked. Initializes the node’s Tree |