ReportToolbar.ItemSpacing Property
Gets or sets the distance between the items in the ReportToolBar.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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