ColorPalette Class
In This Article
Serves as the base class for color palettes.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returned By
Properties and methods that return ColorPalette instances:
#Remarks
A color palette is a collection of Color objects. Color palettes are used to represent colors in the ColorEdit and PopupColorEdit controls.
To access palette colors, use the ColorPalette.Colors property.
#Examples
See Also