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

ASPxMenuBase.Opacity Property

Gets or sets the opacity level of popup menus within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

See Also