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

MenuStyle.SeparatorBackgroundImage Property

Gets a separator‘s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual BackgroundImage SeparatorBackgroundImage { get; }

Property Value

Type Description
BackgroundImage

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

Property Paths

You can access this nested property as listed below:

Object Type Path to SeparatorBackgroundImage
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.SeparatorBackgroundImage

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