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

BreadCrumbNode.Parent Property

Gets this BreadCrumbNode‘s parent BreadCrumbNode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
BreadCrumbNode

A BreadCrumbNode that contains this BreadCrumbNode in its BreadCrumbNode.ChildNodes collection.

See Also