Skip to main content
All docs
V18.2

ASPxClientDashboard.SwitchToViewer() Method

Switches the ASPxClientDashboard to the viewer mode.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SwitchToViewer()

Remarks

Use the ASPxClientDashboard.SwitchToDesigner method to switch the ASPxClientDashboard to the designer mode. You can obtain the current working mode using the ASPxClientDashboard.GetWorkingMode method.

See Also