Skip to main content

ReportToolbarComboBoxStyle.CellSpacing Property

Specifies the spacing between items in a ReportToolbar‘s combo boxes (in pixels).

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(1)]
public int CellSpacing { get; set; }

Property Value

Type Default Description
Int32 1

An integer value.

See Also