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

DashboardMobileLayoutOptionBuilder.MobileLayoutEnabled(Nullable<MobileLayoutMode>) Method

Specifies a mobile layout mode for the Web Dashboard.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardMobileLayoutOptionBuilder MobileLayoutEnabled(
    MobileLayoutMode? mode
)

Parameters

Name Type Description
mode Nullable<MobileLayoutMode>

A MobileLayoutMode object that specifies a mobile layout mode.

Returns

Type Description
DashboardMobileLayoutOptionBuilder

A reference to this instance after the operation is completed.

Remarks

The MobileLayoutEnabled method has effect only when the Web Dashboard operates in the Viewer / ViewerOnly modes.

To learn more about the mobile layout, see Mobile Layout.

See Also