Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also