Skip to main content
A newer version of this page is available. .
Tab

ASPxPopupControlBase.Opacity Property

Gets or sets the opacity level of a window (popup windows for ASPxPopupControl).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public 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 a control’s window. When this property is set to a value of less than 100 percent, the windows are made more transparent. Setting this property to a value of 0 percent makes the window completely invisible.

See Also