Back to Devexpress

DxDocumentViewerMobileModeSettings Class

xtrareports-devexpress-dot-blazor-dot-reporting-48b3c54f.md

latest1.6 KB
Original Source

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.2.JSBasedControls.Common.dll

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

Declaration

csharp
public class DxDocumentViewerMobileModeSettings :
    SettingsComponent<DocumentViewerMobileModeSettingsModel>
vb
Public Class DxDocumentViewerMobileModeSettings
    Inherits SettingsComponent(Of 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

DxDocumentViewerMobileModeSettings Members

DevExpress.Blazor.Reporting Namespace