Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxMobileLayout.MobileLayoutEnabled Property

Specifies whether a mobile layout is enabled for the current DxDashboard component.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public MobileLayoutMode MobileLayoutEnabled { get; set; }

Property Value

Type Description
MobileLayoutMode

A MobileLayoutMode object that specifies the mobile layout mode.

Available values:

Name Description
Auto

A mobile layout is enabled automatically when the Web Dashboard is used on the mobile phones.

Always

A mobile layout is used both for mobile phones and desktop applications.

Never

A desktop layout is used both for mobile phones and desktop applications.

See Also