Skip to main content
A newer version of this page is available. .

ASPxSchedulerOptionsLoadingPanel Class

Represents a window that is briefly displayed when an ASPxScheduler control reloads itself on a page.

Namespace: DevExpress.Web.ASPxScheduler

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

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