Skip to main content

MenuSettingsBase.ShowSubMenuShadow Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowSubMenuShadow { get; set; }

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