LoadingPanelSettings.Text Property
In This Article
Gets or sets the loading panel text.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#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