RepositoryItemAnyControl.OwnerEdit Property
Gets the editor that owns the repository item.
Namespace: DevExpress.XtraEditors.CustomEditor
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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