Skip to main content
All docs
V25.1
  • 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.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event CustomParametersEventHandler CustomParameters

    Event Data

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

    Property Description
    Parameters Gets or sets dashboard parameters.
    See Also