MenuStyle.SeparatorBackgroundImage Property
In This Article
Gets a separator‘s background image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual BackgroundImage SeparatorBackgroundImage { get; }
#Property Value
Type | Description |
---|---|
Background |
A Background |
#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