WebDashboardActionsController.DashboardParametersAction Property
In This Article
Gets the SetDashboardParameters Action which invokes the Dashboard Parameters dialog.
Namespace: DevExpress.ExpressApp.Dashboards.Web
Assembly: DevExpress.ExpressApp.Dashboards.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Web
#Declaration
public SimpleAction DashboardParametersAction { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
#Remarks
This Action is active if the current dashboard has parameters. A user can use it to specify parameter values.
See Also