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

BootstrapTreeViewNodeCollection(BootstrapTreeViewNode) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapTreeViewNodeCollection(
    BootstrapTreeViewNode node
)

Parameters

Name Type Description
node BootstrapTreeViewNode

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

See Also