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

ASPxMenuBase.GutterWidth Property

Gets or sets a root menu gutter‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit GutterWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A System.Web.UI.WebControls.Unit value specifying the width of a gutter.

Remarks

Use the GutterWidth property to define the width of a gutter for the menu’s root items. Note that the GutterWidth property value does not affect the position of item image and item text.

Note

This property is in effect if the menu’s ASPxMenu.Orientation property is set to Orientation.Vertical.

To change the gutter width for all sub menus within the menu control, use the MenuStyle.GutterWidth property.

ASPxMenu-VisualElements-Gutter

See Also