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

WebDocumentViewerModel.MobileModeSettings Property

Provides access to the Mobile Mode settings.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public MobileViewerSettings MobileModeSettings { get; set; }

Property Value

Type Description
MobileViewerSettings

A MobileViewerSettings object.

See Also