Skip to main content

DocumentViewerSettings.SettingsRemoteSource Property

Provides access to the remote document source settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DocumentViewerRemoteSourceSettings SettingsRemoteSource { get; }

Property Value

Type Description
DocumentViewerRemoteSourceSettings

A DocumentViewerRemoteSourceSettings object.

See Also