Skip to main content
All docs
V25.1
  • DashboardExporter.CustomPalette Event

    Allows you to substitute the default palette that contains colors used to paint dashboard item elements.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public event CustomPaletteEventHandler CustomPalette

    Event Data

    The CustomPalette event's data class is CustomPaletteEventArgs. The following properties provide information specific to this event:

    Property Description
    Palette Gets or sets a palette used to color dashboard item elements.
    See Also