PopupControlSettingsBase.Opacity Property
In This Article
Gets or sets the opacity level of popup windows within the PopupControl (or DockPanel).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the opacity level. |
#Remarks
The Opacity property enables a level of transparency to be specified for the PopupControl’s popup windows or for the DockPanel. When this property is set to a value less than 100 percent, an element is made more transparent. Setting this property to a value of 0 percent makes element completely invisible.
See Also