CustomPalette(String, IEnumerable<Color>) Constructor
In This Article
Initializes a new instance of the CustomPalette class with the specified name and colors.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the palette's name. This value is assigned to the Color |
colors | IEnumerable<Color> | The list of colors. This value is assigned to the Color |
See Also