Skip to main content

SchedulerSettings.OptionsLoadingPanel Property

Provides access to the settings for the informational panel, which is displayed when the control is loading.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SettingsLoadingPanel OptionsLoadingPanel { get; }

Property Value

Type Description
SettingsLoadingPanel

A SettingsLoadingPanel class instance, containing characteristics of a Loading Panel

Remarks

When the Scheduler control initiates a callback to the server to update its content, a special loading panel is displayed in a popup window while waiting for a callback response. A loading panel can be customized by specifying its text and image.

See Also