DashboardBuilder.WorkingMode(WorkingMode) Method
Specifies the working mode of the Web Dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder WorkingMode(
WorkingMode workingMode
)
#Parameters
Name | Type | Description |
---|---|---|
working |
Working |
A Working |
#Returns
Type | Description |
---|---|
Dashboard |
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.