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

WebDocumentViewerModel.MobileMode Property

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public bool MobileMode { get; set; }

Property Value

Type Description
Boolean

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

See Also