Skip to main content

BootstrapTreeViewNodeCollection(BootstrapTreeViewNode) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTreeViewNodeCollection(
    BootstrapTreeViewNode node
)

Parameters

Name Type Description
node BootstrapTreeViewNode

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

See Also