BreadCrumbNode.Parent Property
Gets this BreadCrumbNode‘s parent BreadCrumbNode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| BreadCrumbNode | A BreadCrumbNode that contains this BreadCrumbNode in its BreadCrumbNode.ChildNodes collection. |
See Also