MenuSettings.ShowAsToolbar Property
In This Article
Specifies whether a menu is displayed as a toolbar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#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