Skip to main content
All docs
V18.2

ASPxClientDashboard.SwitchToDesigner() Method

Switches the ASPxClientDashboard to the designer mode.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SwitchToDesigner()

Remarks

Use the ASPxClientDashboard.SwitchToViewer method to switch the ASPxClientDashboard to the viewer mode. You can obtain the current working mode using the ASPxClientDashboard.GetWorkingMode method.

See Also