Back to Devexpress

MenuStyle.GutterBackgroundImage Property

aspnet-devexpress-dot-web-dot-menustyle-cfef9474.md

latest2.0 KB
Original Source

MenuStyle.GutterBackgroundImage Property

Gets a sub menu gutter‘s background image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual BackgroundImage GutterBackgroundImage { get; }
vb
Public Overridable ReadOnly Property GutterBackgroundImage As BackgroundImage

Property Value

TypeDescription
BackgroundImage

A BackgroundImage object that is 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 within the corresponding object to which the current style applies. The gutter width can be specified by the MenuStyle.GutterWidth property.

See Also

GutterBackgroundImage

GutterWidth

GutterCssClass

Menu Elements

Menu

MenuStyle Class

MenuStyle Members

DevExpress.Web Namespace