Skip to main content

ReportToolbar.ItemSpacing Property

Gets or sets the distance between the items in the ReportToolBar.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that is the distance in pixels.

Remarks

Use the ItemSpacing property to define spacing between the adjacent toolbar items.

See Also