Skip to main content
Tab

PanelModalBackgroundStyle.Opacity Property

Gets or sets the opacity level of the page behind the modal panel.

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 level of opacity for the page.

Remarks

The Opacity property enables you to specify a level of transparency for the page’s content displayed behind the invoked panel.

See Also