PaletteCollection.Add(ColorPalette) Method
Adds the specified ColorPalette object to the end of the collection.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
newPalette | ColorPalette | A ColorPalette descendant that represents the palette to add to the collection. |
See Also