dashboard-devexpress-dot-dashboardblazor-af5ef554.md
Contains settings that allow you to enable a mobile layout for phones.
Namespace : DevExpress.DashboardBlazor
Assembly : DevExpress.Dashboard.v25.2.Blazor.dll
NuGet Package : DevExpress.Blazor.Dashboard
public class DxMobileLayout :
DxSettingsComponent
Public Class DxMobileLayout
Inherits DxSettingsComponent
You can use a mobile layout to display your dashboards on mobile phones. The Web Dashboard supports a mobile layout when operates in Viewer and ViewerOnly modes.
<DxDashboard style="height: 800px;" Endpoint="api/dashboard">
<DxExtensions>
<DxMobileLayout MobileLayoutEnabled="@MobileLayoutMode.Always">
</DxMobileLayout>
</DxExtensions>
</DxDashboard>
Object ComponentBase DevExpress.DashboardBlazor.Native.DxSettingsComponent DxMobileLayout
See Also