Back to Devexpress

Dashboard.CustomParameters Event

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-f2f9a214.md

latest2.1 KB
Original Source

Dashboard.CustomParameters Event

Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public event CustomParametersEventHandler CustomParameters
vb
Public Event CustomParameters As CustomParametersEventHandler

Event Data

The CustomParameters event's data class is CustomParametersEventArgs. The following properties provide information specific to this event:

PropertyDescription
ParametersGets or sets dashboard parameters.

Remarks

The CustomParameters event provides access to a collection of dashboard parameters (CustomParametersEventArgs.Parameters) and allows you to change actual parameter values, parameter settings or even add new parameters. Note that parameter values specified in the CustomParameters event handler are used only for data processing and are not displayed in the Dashboard Parameters dialog.

See Also

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace