Skip to main content
All docs
V26.1
  • CustomPaletteEventArgs(String, DashboardPalette) Constructor

    Initializes a new instance of the CustomPaletteEventArgs class.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

    public CustomPaletteEventArgs(
        string paletteName,
        DashboardPalette palette
    )

    Parameters

    Name Type Description
    paletteName String

    The palette name.

    palette DashboardPalette

    The dashboard palette instance associated with the specified name.

    See Also