Skip to main content

RepositoryItemColorPickEdit Class

Represents a repository item that stores settings specific to a ColorPickEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class RepositoryItemColorPickEdit :
    RepositoryItemColorEdit

The following members return RepositoryItemColorPickEdit objects:

Remarks

When using a standalone ColorPickEdit control, its settings can be accessed via the inherited ColorPickEditBase.Properties property.

You do not need to create repository items manually unless you have to create inplace editors for container controls (such as the XtraGrid).

See Also