Skip to main content

RepositoryItemAnyControl.OwnerEdit Property

Gets the editor that owns the repository item.

Namespace: DevExpress.XtraEditors.CustomEditor

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.CustomEditor.AnyControlEdit

The editor that owns the current repository item.

Remarks

See the RepositoryItem.OwnerEdit topic to learn more.

See Also