Skip to main content
A newer version of this page is available. .

RepositoryItemColorPickEdit.RecentColors Property

Provides access to colors displayed in the Recent Colors group in the Custom page.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public Matrix RecentColors { get; }

Property Value

Type Description
DevExpress.XtraEditors.ColorPickEditControl.Matrix

A DevExpress.XtraEditors.ColorPickEditControl.Matrix object that comprises colors displayed in the Recent Colors group in the Custom page.

Remarks

See the RepositoryItemColorPickEdit.ThemeColors property to learn more.

See Also