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

BootstrapTreeViewNodeCollection(BootstrapTreeViewVirtualNode) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapTreeViewNodeCollection(
    BootstrapTreeViewVirtualNode node
)

Parameters

Name Type Description
node BootstrapTreeViewVirtualNode

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

See Also