Skip to main content

PaletteCollection(PaletteCollection) Constructor

In This Article

Initializes a new instance of the PaletteCollection class.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public PaletteCollection(
    PaletteCollection collection
)

#Parameters

Name Type Description
collection PaletteCollection

A PaletteCollection object.

See Also