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

ASPxMenu.EnableSubMenuFullWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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