Back to Devexpress

ColorPalette Class

wpf-devexpress-dot-xpf-dot-editors-14112e00.md

latest1.8 KB
Original Source

ColorPalette Class

Serves as the base class for color palettes.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public abstract class ColorPalette
vb
Public MustInherit 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.

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

Inheritance

Object ColorPalette CustomPalette

See Also

ColorPalette Members

DevExpress.Xpf.Editors Namespace