Back to Devexpress

RepositoryItemColorPickEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-65781e81.md

latest2.4 KB
Original Source

RepositoryItemColorPickEdit Class

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

Declaration

csharp
public class RepositoryItemColorPickEdit :
    RepositoryItemColorEdit
vb
Public Class RepositoryItemColorPickEdit
    Inherits 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).

Inheritance

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemColorEdit RepositoryItemColorPickEdit

See Also

RepositoryItemColorPickEdit Members

DevExpress.XtraEditors.Repository Namespace