LoadingPanelSettings.Text Property
Gets or sets the loading panel text.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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