Skip to main content
A newer version of this page is available.
All docs
V19.1

SchedulerFormEditorsImages.LoadingPanel Property

Gets the settings of an image displayed within a Loading Panel.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public override ImageProperties LoadingPanel { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also