Skip to main content
All docs
V18.2

ASPxClientDashboard.GetWorkingMode() Method

Gets the current working mode of the Web Dashboard.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetWorkingMode()

Returns

Type Description
String

A String value that is the working mode of the Web Dashboard.

Remarks

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

To specify the default working mode on the server side, use the ASPxDashboard.WorkingMode property.

See Also