Back to Devexpress

IDashboardControl.CustomParameters Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-3f238eaf.md

latest1.5 KB
Original Source

IDashboardControl.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.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event CustomParametersEventHandler CustomParameters
vb
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.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace