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

ASPxLoadingPanel.Text Property

Gets or sets the text displayed within the ASPxLoadingPanel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String "Loading…"

A string value that specifies the control’s content text.

Remarks

Use the Text property to specify the text displayed within the ASPxLoadingPanel. The position of the text is specified by the ASPxLoadingPanel.HorizontalAlign and ASPxLoadingPanel.VerticalAlign properties.

See Also