Skip to main content
All docs
V18.2

DashboardSourceModel.CustomParameters Property

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

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public CustomParametersWebEventHandler CustomParameters { get; set; }

Property Value

Type Description
CustomParametersWebEventHandler

A CustomParametersWebEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a CustomParametersWebEventHandler delegate method and assign it to the CustomParameters property. For more implementation details, refer to the CustomParametersWebEventHandler delegate description.

See Also