WebDashboardActionsController.DashboardParametersAction Property
Gets the SetDashboardParameters Action which invokes the Dashboard Parameters dialog.
Namespace: DevExpress.ExpressApp.Dashboards.Web
Assembly: DevExpress.ExpressApp.Dashboards.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Web
Declaration
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.

See Also