Skip to main content

ReportToolbar.SeparatorWidth Property

Gets or sets the width of separators that divide the toolbar items.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure, that specifies the separator’s width.

See Also