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

MenuStyle.GutterColor Property

OBSOLETE

Use the GutterBackgroundImage property instead.

Gets the menu gutter’s color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Color), "")]
[Obsolete("Use the GutterBackgroundImage property instead.", true)]
public virtual Color GutterColor { get; set; }

Property Value

Type Default
Color String.Empty
See Also