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.v20.2.Web.WebForms.dll
Declaration
[DefaultValue(false)]
public bool MobileMode { get; set; }
<DefaultValue(False)>
Public Property MobileMode As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to enable the mobile mode; otherwise, false. |
Remarks
The following image illustrates the Document Viewer in mobile mode.
See Also
Feedback