Back to Devexpress

CustomPaletteWebEventArgs Class

dashboard-devexpress-dot-dashboardweb-c21337c3.md

latest1.7 KB
Original Source

CustomPaletteWebEventArgs Class

Provides data for the CustomPalette events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public class CustomPaletteWebEventArgs :
    EventArgs
vb
Public Class CustomPaletteWebEventArgs
    Inherits EventArgs

CustomPaletteWebEventArgs is the data class for the following events:

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

CustomPaletteWebEventArgs Members

DevExpress.DashboardWeb Namespace