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

ReportToolbar.SeparatorBackgroundImage Property

Provides access to the settings of a ReportToolbar‘s background image.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public BackgroundImage SeparatorBackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object.

See Also