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

AppearanceStyleBase.BackgroundImage Property

Gets the background image defined by the current style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object that represents the background image.

Property Paths

You can access this nested property as listed below:

Object Type Path to BackgroundImage
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem .BackgroundImage

Remarks

Use the BackgroundImage property to access the settings of an image which should be displayed as the background of the corresponding object which the current style applies to.

See Also