Skip to main content
A newer version of this page is available. .

MenuSettings.EnableSubMenuFullWidth Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.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