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

WorkingMode Enum

Lists values used to specify a working mode of the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

public enum WorkingMode

Members

Name Description
Designer

The Web Dashboard acts as a Dashboard Designer and allows end-users to create, edit and save dashboards. Note that in this case, you can switch to the Viewer mode on the client side.

Viewer

The Web Dashboard acts as a Dashboard Viewer and allows you to display dashboards to end-users. Note that in this case, you can switch to the Designer mode on the client side.

ViewerOnly

The Web Dashboard acts as a Dashboard Viewer without the capability to switch to the Designer mode on the client side. In this mode, the Web Dashboard does not load the extensions required for designing dashboards.

Remarks

Values listed in this enumeration are used to set the ASPxDashboard.WorkingMode/DashboardExtensionSettings.WorkingMode properties.

To learn more, see Designer and Viewer Modes.

See Also