ASPxMenuBase.GutterBackgroundImage Property
In This Article
Gets a gutter‘s background image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual BackgroundImage GutterBackgroundImage { get; }
#Property Value
Type | Description |
---|---|
Background |
A Background |
#Remarks
Use the GutterBackgroundImage property to access the settings of an image which should be displayed as a gutter‘s background. The gutter width can be specified by the ASPxMenuBase.GutterWidth property.
See Also