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

ASPxMenu.ShowAsToolbar Property

Specifies whether a menu is displayed as a toolbar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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.

Note

The ShowAsToolbar property is not in effect for vertically-oriented menu (when the ASPxMenu.Orientation property is set to Vertical).

See Also