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

BootstrapTreeViewVirtualNode(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

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