MenuSettingsBase.ShowSubMenuShadow Property
Gets or sets a value that specifies whether a submenu casts a shadow.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a submenu casts a shadow; otherwise false. |
Remarks
Use the ShowSubMenuShadow property to control whether a menu displays its submenus with shadows.
Note
Since a submenu shadow is displayed using the CSS3 standard, browsers that don’t support this standard (Interned Explorer 8 and earlier) do not display the shadow.
See Also