Back to Devexpress

ASPxMenuBase.GutterBackgroundImage Property

aspnet-devexpress-dot-web-dot-aspxmenubase-07819e1a.md

latest1.9 KB
Original Source

ASPxMenuBase.GutterBackgroundImage Property

Gets a 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 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.

See Also

GutterBackgroundImage

GutterWidth

GutterCssClass

Menu Elements

Menu

ASPxMenuBase Class

ASPxMenuBase Members

DevExpress.Web Namespace