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

RepositoryItemBreadCrumbEdit.OwnerEdit Property

Gets the editor that owns this RepositoryItemBreadCrumbEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
BreadCrumbEdit

A BreadCrumbEdit that owns this RepositoryItemBreadCrumbEdit.

See Also