Back to Devexpress

ASPxLoadingPanel.Text Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-efd31950.md

latest1.5 KB
Original Source

ASPxLoadingPanel.Text Property

Gets or sets the text displayed within the ASPxLoadingPanel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Loading…")]
public string Text { get; set; }
vb
<DefaultValue("Loading&hellip;")>
Public Property Text As String

Property Value

TypeDefaultDescription
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

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace