Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WebDashboardActionsController.DashboardParametersAction Property

Gets the SetDashboardParameters Action which invokes the Dashboard Parameters dialog.

Namespace: DevExpress.ExpressApp.Dashboards.Web

Assembly: DevExpress.ExpressApp.Dashboards.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Dashboards.Web

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