Skip to main content

PaletteCollection.Add(ColorPalette) Method

In This Article

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

Namespace: DevExpress.Xpf.Editors

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

#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