Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

DxDashboardModel.WorkingMode Property

Specifies the Dashboard component’s working mode.

Namespace: DevExpress.ExpressApp.Dashboards.Blazor.Components.Models

Assembly: DevExpress.ExpressApp.Dashboards.Blazor.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Dashboards.Blazor

Declaration

public WorkingMode WorkingMode { get; set; }

Property Value

Type Description
WorkingMode

A value that specifies the Dashboard component’s working mode.

Available values:

Name Description
Designer

The Web Dashboard acts as a Dashboard Designer and allows end users to create, edit, and save dashboards. You can switch to Viewer mode on the client side from this mode.

Viewer

The Web Dashboard acts as a Dashboard Viewer and allows you to display dashboards to end users. You can switch to Designer mode on the client side from this mode.

ViewerOnly

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

Remarks

This member is a wrapper for the DxDashboard component’s DxDashboard.WorkingMode member. Refer to its description for more information.

See Also