Skip to main content

RepositoryItemColorPickEdit.OwnerEdit Property

Gets the editor which owns the current repository item object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
ColorPickEdit

A ColorPickEdit editor owning the current repository item.

Remarks

This property overrides the RepositoryItemPopupBase.OwnerEdit property to return a value of the appropriate type.

See Also