Skip to main content
Tab

MenuStyle.GutterWidth Property

Gets or sets a sub menu gutter‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 that is displayed within the corresponding object to which the current style applies. Note that the GutterWidth property value does not affect the position of item image and item text.

ASPxMenu-VisualElements-Gutter

See Also