Back to Devexpress

ASPxWebDocumentViewer.MobileMode Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxwebdocumentviewer-cffc1b7e.md

latest1.7 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(false)]
public bool MobileMode { get; set; }
vb
<DefaultValue(False)>
Public Property MobileMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

The following image illustrates the Document Viewer in mobile mode.

See Also

SettingsMobile

ASPxWebDocumentViewer Class

ASPxWebDocumentViewer Members

DevExpress.XtraReports.Web Namespace