DocumentViewerSettings.SetRemoteSourceConfiguration(Action<DocumentViewerRemoteSourceConfiguration>) Method
Applies the specified action to the Document Viewer’s DocumentViewerRemoteSourceConfiguration property.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public void SetRemoteSourceConfiguration(
Action<DocumentViewerRemoteSourceConfiguration> action
)
Parameters
Name | Type | Description |
---|---|---|
action | Action<DocumentViewerRemoteSourceConfiguration> | A Action delegate that sets the DocumentViewerRemoteSourceConfiguration. |
See Also