Skip to main content

DxDocumentViewerMobileModeSettings Class

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

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.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