Skip to main content

RepositoryItemBreadCrumbEdit.OwnerEdit Property

Gets the editor that owns this RepositoryItemBreadCrumbEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public BreadCrumbEdit OwnerEdit { get; }

Property Value

Type Description
BreadCrumbEdit

A BreadCrumbEdit that owns this RepositoryItemBreadCrumbEdit.

See Also