Skip to main content
Tab

ASPxLoadingPanel.Text Property

Gets or sets the text displayed within the ASPxLoadingPanel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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