ASPxScheduler.OptionsLoadingPanel Property
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.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SettingsLoadingPanel | A SettingsLoadingPanel class instance, representing characteristics of a Loading Panel |
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