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

CustomPaletteWebEventArgs Class

Provides data for the CustomPalette events.

Namespace: DevExpress.DashboardWeb

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

Declaration

public class CustomPaletteWebEventArgs :
    EventArgs

Remarks

The CustomPalette events provide the capability to substitute the default palette containing colors used to paint dashboard item elements. To learn more, see the following topics.

Inheritance

Object
EventArgs
CustomPaletteWebEventArgs
See Also