MenuStyle.GutterColor Property
OBSOLETE
Use the GutterBackgroundImage property instead.
Gets the menu gutter’s color.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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