Skip to main content
A newer version of this page is available. .

DashboardPalette(IEnumerable<Color>) Constructor

Initializes a new instance of the DashboardPalette class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DashboardPalette(
    IEnumerable<Color> colors
)

Parameters

Name Type Description
colors IEnumerable<Color>

A collection of Color objects that specify colors to be added to the palette.

See Also