ASPxScheduler.OptionsLoadingPanel Property
In This Article
Provides access to the settings for the informational panel, which is displayed when the control is loading.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public SettingsLoadingPanel OptionsLoadingPanel { get; }
#Property Value
Type | Description |
---|---|
Settings |
A Settings |
#Remarks
When the ASPxScheduler 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