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

ReportToolbar.SeparatorHeight Property

Gets or sets the height of the separator element in a ReportToolbar.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit SeparatorHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure, specifying the height of a separator in pixels.

See Also