Skip to main content
All docs
V25.1
  • RepositoryItemLookUpEditBase.OwnerEdit Property

    Gets the editor which owns the current repository item object.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Property Value

    Type Description
    LookUpEditBase

    A LookUpEditBase descendant that owns the repository item.

    See Also