Skip to main content

LoadingIndicatorSettings.BackgroundColor Property

Specifies the background color of the loading indicator.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(Color), "")]
public Color BackgroundColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color value that specifies the color.

Property Paths

You can access this nested property as listed below:

Object Type Path to BackgroundColor
BootstrapWebClientUIWidgetEx
.LoadingIndicatorSettings .BackgroundColor

Remarks

This property supports the following colors:

  • Hexadecimal colors
  • RGB colors
  • RGBA colors
  • Predefined/cross-browser color names
  • Predefined SVG colors

For more information, see the Color Tables at the Color Spot table.

See Also