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

MenuStyle.GutterBackgroundImage Property

Gets a sub menu gutter‘s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual BackgroundImage GutterBackgroundImage { get; }

Property Value

Type Description
BackgroundImage

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

Property Paths

You can access this nested property as listed below:

Object Type Path to GutterBackgroundImage
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar .GutterBackgroundImage

Remarks

Use the GutterBackgroundImage property to access the settings of an image which should be displayed as a gutter‘s background within the corresponding object to which the current style applies. The gutter width can be specified by the MenuStyle.GutterWidth property.

ASPxMenu-VisualElements-Gutter

See Also