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

DocumentViewerSettings.LoadingPanelImage Property

Specifies the settings of an image displayed within a Loading Panel of the Document Viewer.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also