A newer version of this page is available.
Switch to the current version.
PaletteCollection Class
Represents a collection of palettes.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public class PaletteCollection :
List<ColorPalette>
Public Class PaletteCollection
Inherits List(Of ColorPalette)
Related API Members
The following members accept/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
See Also
Feedback