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.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public BackgroundImage SeparatorBackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object.

See Also