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

ReportDocumentMap.LoadingPanelText Property

Specifies the text displayed within a loading panel while waiting for a callback response.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

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

Property Value

Type Default Description
String "Loading…"

A String value.

See Also