Skip to main content

MenuSettings.ShowAsToolbar Property

Specifies whether a menu is displayed as a toolbar.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowAsToolbar { get; set; }

Property Value

Type Description
Boolean

true to show a menu as a toolbar; otherwise, false.

Remarks

Set the ShowAsToolbar property to true, to reduce the space between items, so that a menu looks like a toolbar.

See Also