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

XRCharacterComb.CellVerticalSpacing Property

Specifies the vertical spacing between adjacent cells of a Character Comb (measured in report units). This value does not depend on the specified border width of a control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(0F)]
[SRCategory(ReportStringId.CatLayout)]
[XRLocalizable(true)]
public float CellVerticalSpacing { get; set; }

Property Value

Type Default Description
Single 0

A Single value.

Remarks

The following image illustrates a Character Comb with CellVerticalSpacing set to 15 and XRCharacterComb.CellHorizontalSpacing set to 5

cellular-label-spacing

The area between cells is not affected by the XRControl.BackColor property of a control, which is illustrated on the following image.

cellular-label-background

When the cell spacing is set to zero, the borders of adjacent cells are merged (i.e., the actual border width is not doubled). The following images illustrate how cell spacing affects the XRControl.BorderWidth property behavior.

Cell Spacing = 0 Cell Spacing = 1
cellular-label-border cellular-label-border-cell-spacing

The XRCharacterComb.Padding property is hidden and has no effect upon the Character Comb control. When applying a style to a Character Comb, the style’s XRControlStyle.Padding property is ignored.

See Also