Skip to main content

LoadingPanelSettings.Text Property

Gets or sets the loading panel text.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string Text { get; set; }

Property Value

Type Description
String

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

Remarks

Use the Text property to specify the text displayed within the loading panel. The text style can be specified via the LoadingPanelSettings.ControlStyle.Font property. To align the text, use the LoadingPanelSettings.ControlStyle.HorizontalAlign and LoadingPanelSettings.ControlStyle.VerticalAlign properties.

See Also