Skip to main content

CustomPaletteWebEventArgs Class

Provides data for the CustomPalette events.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

#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