ASPxPopupControlBase.Opacity Property
Gets or sets the opacity level of a window (popup windows for ASPxPopupControl).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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