Skip to main content

BootstrapTreeViewVirtualNode(String) Constructor

Initializes a new instance of the BootstrapTreeViewVirtualNode class with the specified settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTreeViewVirtualNode(
    string name
)

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