Skip to main content
All docs
V18.2

DashboardSourceModel.CustomPalette Property

Provides the capability to substitute the default palette containing colors used to paint dashboard item elements.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public CustomPaletteWebEventHandler CustomPalette { get; set; }

Property Value

Type Description
CustomPaletteWebEventHandler

A CustomPaletteWebEventHandler delegate method allowing you to substitute the default palette.

Remarks

Implement a CustomPaletteWebEventHandler delegate method and assign it to the CustomPalette property. For more implementation details, refer to the CustomPaletteWebEventHandler delegate description.

See Also