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

ReportToolbar.SeparatorColor Property

Gets or sets the color used to paint a separator element of a ReportToolbar.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(typeof(Color), "")]
public Color SeparatorColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color object that specifies a separator’s color.

See Also