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

WebDashboardActionsController.DashboardParametersAction Property

Gets the SetDashboardParameters Action which invokes the Dashboard Parameters dialog.

Namespace: DevExpress.ExpressApp.Dashboards.Web

Assembly: DevExpress.ExpressApp.Dashboards.Web.v19.1.dll

Declaration

public SimpleAction DashboardParametersAction { get; }

Property Value

Type Description
SimpleAction

A SimpleAction object which is the SetDashboardParameters Action.

Remarks

This Action is active if the current dashboard has parameters. A user can use it to specify parameter values.

SetDashboardParameters

See Also