Back to Devexpress

ASPxSchedulerOptionsLoadingPanel Class

aspnet-devexpress-dot-web-dot-aspxscheduler-fae6caf9.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerOptionsLoadingPanel :
    StateManager
vb
Public Class ASPxSchedulerOptionsLoadingPanel
    Inherits 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

IStateManager

Inheritance

Object StateManager ASPxSchedulerOptionsLoadingPanel

See Also

ASPxSchedulerOptionsLoadingPanel Members

DevExpress.Web.ASPxScheduler Namespace