Back to Devexpress

PaletteCollection Class

wpf-devexpress-dot-xpf-dot-editors-1d9a0d7a.md

latest4.1 KB
Original Source

PaletteCollection Class

Represents a collection of palettes.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class PaletteCollection :
    List<ColorPalette>
vb
Public Class PaletteCollection
    Inherits List(Of ColorPalette)

The following members return PaletteCollection objects:

Show 24 links

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

PaletteCollection Members

CustomPalette

DevExpress.Xpf.Editors Namespace