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

DashboardBuilder.WorkingMode(WorkingMode) Method

Specifies the working mode of the Web Dashboard.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v20.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder WorkingMode(
    WorkingMode workingMode
)

Parameters

Name Type Description
workingMode WorkingMode

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

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

Remarks

You can use the DashboardControl.switchToViewer/DashboardControl.switchToDesigner methods to switch between working modes of the Web Dashboard on the client side.

In Viewer mode, you have access to the client API and can modify dashboards from storage. The clientAPI also allows you to switch between Viewer and Designer modes. For information on how to protect dashboards stored on a server, see the following topic: Security Considerations.

See Also