Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PaletteCollection Class

Represents a collection of palettes.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class PaletteCollection :
    List<ColorPalette>

#Remarks

A PaletteCollection contains ColorPalette descendants that represent color palettes. Color palettes stored within the PaletteCollection collection, are used to represent colors in the ColorEdit and PopupColorEdit controls.

To access the collection of palettes, use the ColorEdit.Palettes or PopupColorEdit.Palettes property.

#Inheritance

Object
List<ColorPalette>
PaletteCollection
See Also