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

ASPxSchedulerOptionsLoadingPanel.Text Property

Gets or sets the text displayed in the Loading Panel.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue("Loading…")]
public string Text { get; set; }

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