ASPxSchedulerOptionsLoadingPanel Class
In This Article
Represents a window that is briefly displayed when an ASPxScheduler control reloads itself on a page.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public class ASPxSchedulerOptionsLoadingPanel :
StateManager
#Remarks
The ASPxSchedulerOptionsLoadingPanel
is displayed when the scheduler performs a server roundtrip and its content is refreshed by reloading. Use the ASPxSchedulerOptionsLoadingPanel.Text property to specify custom text to inform the end-user of the response delay.
#Implements
#Inheritance
Object
StateManager
ASPxSchedulerOptionsLoadingPanel
See Also