Skip to main content

MobileViewerSettings Class

Stores settings of the Mobile Document Viewer.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

[DataContract]
public class MobileViewerSettings :
    SerializableSettingsBase

The following members return MobileViewerSettings objects:

#Remarks

A MobileViewerSettings object is returned by the WebDocumentViewerOptionsBase.MobileModeSettings property.

#Inheritance

Object
DevExpress.Utils.SerializableSettingsBase
MobileViewerSettings
See Also