Back to Devexpress

MenuSettingsBase.ShowSubMenuShadow Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-08571a36.md

latest1.3 KB
Original Source

MenuSettingsBase.ShowSubMenuShadow Property

Gets or sets a value that specifies whether a submenu casts a shadow.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool ShowSubMenuShadow { get; set; }
vb
Public Property ShowSubMenuShadow As Boolean

Property Value

TypeDescription
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

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace