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

ReportToolbarComboBoxStyle.CellSpacing Property

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

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

Property Value

Type Default Description
Int32 1

An integer value.

See Also