Skip to main content
All docs
V23.2

DxMobileLayout Class

Contains settings that allow you to enable a mobile layout for phones.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

public class DxMobileLayout :
    DxSettingsComponent

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