Skip to main content

BootstrapTreeViewNodeCollection(BootstrapTreeViewVirtualNode) Constructor

An ASPxWebControl object that is the owner of the created object.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTreeViewNodeCollection(
    BootstrapTreeViewVirtualNode node
)

Parameters

Name Type Description
node BootstrapTreeViewVirtualNode

A BootstrapTreeViewVirtualNode object that is the owner of the created object.

See Also