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

ASPxMenuBase.GutterBackgroundImage Property

Gets a gutter‘s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual BackgroundImage GutterBackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object that represents a gutter’s background image.

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.

ASPxMenu-VisualElements-Gutter

See Also