Skip to main content

BootstrapTreeViewNode.Parent Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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