Skip to main content
Tab

LoadingDivStyle.Opacity Property

Gets or sets the opacity level of the loading div element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public virtual int Opacity { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the opacity level.

Remarks

The Opacity property enables a level of transparency to be specified for the loading div. When this property is set to a value less than 100 percent, the loading div is made more transparent. Setting this property to a value of 0 makes the loading div completely invisible.

See Also