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

ColorPalette Class

Serves as the base class for color palettes.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public abstract class ColorPalette

The following members return ColorPalette objects:

Remarks

A color palette is a collection of Color objects. Color palettes are used to represent colors in the ColorEdit and PopupColorEdit controls. The image below shows the Office color palette.

ColorEdit_ColorPalettes_Office

To access palette colors, use the ColorPalette.Colors property.

Inheritance

See Also