Skip to main content
Tab

ASPxMenu.EnableSubMenuFullWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableSubMenuFullWidth { get; set; }

Property Value

Type Default Description
Boolean false

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

Remarks

Menu_FullWidth

You can try this feature in the Full Width Sub Menu online demo.

See Also