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

DashboardBuilder.WorkingMode(WorkingMode) Method

Specifies the working mode of the Web Dashboard.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v18.2.AspNetCore.dll

Declaration

public DashboardBuilder WorkingMode(
    WorkingMode workingMode
)

Parameters

Name Type Description
workingMode WorkingMode

A WorkingMode enumeration value that specifies a working mode of the Web Dashboard control.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also