Skip to main content

MenuSettings.EnableSubMenuFullWidth Property

Gets or sets whether a sub-menu is displayed with full page width.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool EnableSubMenuFullWidth { get; set; }

Property Value

Type Description
Boolean

true, if a sub-menu is displayed with full page width; otherwise, false.

See Also