RepositoryItemColorPickEdit Class
Represents a repository item that stores settings specific to a ColorPickEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Related API Members
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).
Inheritance
Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
RepositoryItem
RepositoryItemTextEdit
RepositoryItemButtonEdit
RepositoryItemPopupBase
RepositoryItemColorEdit
RepositoryItemColorPickEdit
See Also