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

RepositoryItemAnyControl.OwnerEdit Property

Gets the editor that owns the repository item.

Namespace: DevExpress.XtraEditors.CustomEditor

Assembly: DevExpress.XtraEditors.v19.2.dll

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