Skip to main content
A newer version of this page is available. .

ASPxWebDocumentViewer.MobileMode Property

Specifies whether or not the Web Document Viewer should be configured for use on mobile devices.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(false)]
public bool MobileMode { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable the mobile mode; otherwise, false.

Remarks

The following image illustrates the Document Viewer in the mobile mode.

mobile-viewer-phone-demo-small

See Also