Skip to main content
All docs
V19.2

SchedulerFormEditorsImages.LoadingPanel Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override ImageProperties LoadingPanel { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also