Skip to main content

PaletteCollection.Add(ColorPalette) Method

Adds the specified ColorPalette object to the end of the collection.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void Add(
    ColorPalette newPalette
)

Parameters

Name Type Description
newPalette ColorPalette

A ColorPalette descendant that represents the palette to add to the collection.

See Also