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.v19.1.Web.WebForms.dll

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 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