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

ASPxMenuBase.GutterImageSpacing Property

OBSOLETE

Use the ImageSpacing and TextIndent properties instead.

Gets or sets the amount of space between the menu gutter’s image and the text contents within a menu item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the ImageSpacing and TextIndent properties instead.", true)]
public virtual Unit GutterImageSpacing { get; set; }

Property Value

Type Default
Unit String.Empty
See Also