Skip to main content

BootstrapTreeViewNode.TreeView Property

Gets the BootstrapTreeView control that owns the node.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapTreeView

A BootstrapTreeView object that owns the node.

See Also