RepositoryItemAnyControl.OwnerEdit Property
Gets the editor that owns the repository item.
Namespace: DevExpress.XtraEditors.CustomEditor
Assembly: DevExpress.XtraEditors.v24.2.dll
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