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

DashboardExtensionSettings.WorkingMode Property

Gets or sets the working mode of the Web Dashboard.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v20.2.Web.Mvc5.dll

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

public WorkingMode WorkingMode { get; set; }

Property Value

Type Description
WorkingMode

A WorkingMode enumeration value that specifies the working mode of the Web Dashboard.

Remarks

You can use the ASPxClientDashboard.SwitchToViewer/ASPxClientDashboard.SwitchToDesigner methods to switch between working modes of the Web Dashboard on the client side.

In WorkingMode.Viewer mode, you can use API to modify dashboards from a storage on the client. The client-side API allows you to switch between the WorkingMode.Viewer and WorkingMode.Designer modes. For more information on how to protect dashboards stored on a server, see Security Considerations.

See Also