Skip to main content

PopupControlSettingsBase.Opacity Property

Gets or sets the opacity level of popup windows within the PopupControl (or DockPanel).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int Opacity { get; set; }

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