WebDocumentViewerBuilder.MobileSettings(Action<MobileViewerSettings>) Method
In This Article
Provides access to the Web Document Viewer settings that are specific for mobile mode.
Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public WebDocumentViewerBuilder MobileSettings(
Action<MobileViewerSettings> configure
)
#Parameters
Name | Type | Description |
---|---|---|
configure | Action<Mobile |
A Action |
#Returns
Type | Description |
---|---|
Web |
A Web |
#Remarks
To enable mobile mode for the Web Document Viewer, use the MobileMode(Boolean) method.
See Also