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.EnabledInDashboard Field

Gets the name of the key which is used by the WebDashboardActionsController.UpdateActionState method to specify the enabled/disabled state for WebDashboardActionsController.ShowDashboardInSeparateTabAction and WebDashboardActionsController.DashboardParametersAction Actions.

Namespace: DevExpress.ExpressApp.Dashboards.Web

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

NuGet Package: DevExpress.ExpressApp.Dashboards.Web

Declaration

public const string EnabledInDashboard = "EnabledInDashboard"

Field Value

Type
String
See Also