DxMobileLayout.MobileLayoutEnabled Property
In This Article
Specifies whether a mobile layout is enabled for the current DxDashboard component.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.2.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
#Declaration
[Parameter]
public MobileLayoutMode MobileLayoutEnabled { get; set; }
#Property Value
Type | Description |
---|---|
Mobile |
A Mobile |
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