ASPxMenuBase.Opacity Property
In This Article
Gets or sets the opacity level of popup menus within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 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