Skip to main content

BootstrapTreeViewVirtualNode(String, String, 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,
    string text,
    string iconCssClass
)

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.

See Also