Skip to main content
A newer version of this page is available. .

CustomParametersWebEventArgs Class

Provides data for the CustomParameters events.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public class CustomParametersWebEventArgs :
    CustomParametersEventArgs

Remarks

The CustomParameters event is raised before data is loaded from the data store and allows you to customize dashboard parameters before they are passed to a data query. To learn more, see the following topics.

Inheritance

Object
EventArgs
CustomParametersEventArgs
CustomParametersWebEventArgs
See Also