DxMobileLayout Class
Contains settings that allow you to enable a mobile layout for phones.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Remarks
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>
Inheritance
Object
ComponentBase
DevExpress.DashboardBlazor.Native.DxSettingsComponent
DxMobileLayout
See Also