Back to Devexpress

MenuStyle.SeparatorBackgroundImage Property

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

latest1.5 KB
Original Source

MenuStyle.SeparatorBackgroundImage Property

Gets a separator‘s background image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
BackgroundImage

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

|

Remarks

Use the SeparatorBackgroundImage property to access the settings of an image which should be displayed as a separator‘s background within the corresponding object which the current style applies to.

See Also

SeparatorBackgroundImage

MenuStyle Class

MenuStyle Members

DevExpress.Web Namespace