DxDashboardModel.WorkingMode Property
Specifies the Dashboard component’s working mode.
Namespace: DevExpress.ExpressApp.Dashboards.Blazor.Components.Models
Assembly: DevExpress.ExpressApp.Dashboards.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Blazor
Declaration
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.