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

BootstrapTreeViewNode.TreeView Property

Gets the BootstrapTreeView control that owns the node.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public virtual BootstrapTreeView TreeView { get; }

Property Value

Type Description
BootstrapTreeView

A BootstrapTreeView object that owns the node.

See Also