BootstrapTreeViewVirtualNode(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
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. |
See Also