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.v19.2.AspNetCore.dll

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 the WorkingMode.Viewer mode dashboards from a storage can be modified from the client side using an API. Moreover, a client-side API allows you to switch from the WorkingMode.Viewer to WorkingMode.Designer mode. To learn how to protect dashboards stored on a server, see Security Considerations.

See Also