CustomPaletteEventArgs(String, DashboardPalette) Constructor
Initializes a new instance of the CustomPaletteEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| paletteName | String | The palette name. |
| palette | DashboardPalette | The dashboard palette instance associated with the specified name. |
See Also