Skip to main content
All docs
V26.1
  • DxMobileLayout Class

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

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v26.1.Blazor.dll

    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