ASPxSchedulerOptionsLoadingPanel.Text Property
In This Article
Gets or sets the text displayed in the Loading Panel.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | "Loading…" | A string, which informs that a page is loading. |
#Remarks
The Text property specifies a text, displayed when the scheduler performs a server roundtrip, and its content is refreshed by reloading. The Loading Panel briefly appears, indicating the reloading action. By default, the text is “Loading…”.
See Also