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

DocumentViewerSettings.SettingsRemoteSource Property

Provides access to the remote document source settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public DocumentViewerRemoteSourceSettings SettingsRemoteSource { get; }

Property Value

Type Description
DocumentViewerRemoteSourceSettings

A DocumentViewerRemoteSourceSettings object.

See Also