Skip to main content
Tab

ASPxMenu.ShowAsToolbar Property

Specifies whether a menu is displayed as a toolbar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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