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

ASPxDashboard.WorkingMode Property

Gets or sets a working mode of the ASPxDashboard control.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(WorkingMode.Designer)]
public WorkingMode WorkingMode { get; set; }

Property Value

Type Default Description
WorkingMode **Designer**

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

Remarks

You can use the ASPxClientDashboard.SwitchToViewer/ASPxClientDashboard.SwitchToDesigner methods to switch between working modes of the ASPxDashboard 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