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

BootstrapTreeViewNode.Parent Property

Gets the immediate parent node to which the current node belongs.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public BootstrapTreeViewNode Parent { get; }

Property Value

Type Description
BootstrapTreeViewNode

A BootstrapTreeViewNode object representing the node’s immediate parent.

Remarks

Use the Parent property to identify and access the immediate parent node which owns the current node.

See Also