PaletteCollection(String, ColorPalette[]) Constructor
In This Article
Initializes a new instance of the PaletteCollection class.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the collection's name. This value is assigned to the Palette |
palettes | Color |
An array of Color |
See Also