Skip to main content
All docs
V25.1
  • DxDocumentViewerMobileModeSettings Class

    A nested component that provides options for the Web Document Viewer’s mobile mode.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.Common.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

    Declaration

    public class DxDocumentViewerMobileModeSettings :
        SettingsComponent<DocumentViewerMobileModeSettingsModel>

    Remarks

    To enable the mobile mode, set the DxDocumentViewer.MobileMode property to true.

    Inheritance

    Object
    ComponentBase
    DevExpress.Blazor.Reporting.Base.SettingsComponent<DevExpress.Blazor.Reporting.DocumentViewerMobileModeSettingsModel>
    DxDocumentViewerMobileModeSettings
    See Also