windowsforms-devexpress-dot-xtraeditors-dot-repository-65781e81.md
Represents a repository item that stores settings specific to a ColorPickEdit control.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemColorPickEdit :
RepositoryItemColorEdit
Public Class RepositoryItemColorPickEdit
Inherits RepositoryItemColorEdit
The following members return RepositoryItemColorPickEdit objects:
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).
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemColorEdit RepositoryItemColorPickEdit
See Also