Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRCharacterComb.CellWidth Property

Specifies the width of cells in a Character Comb (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

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

#Property Value

Type Default Description
Single 25

A Single value, specifying the cell width.

#Remarks

This setting is ignored when the XRCharacterComb.CellSizeMode property is set to SizeMode.AutoSize or SizeMode.AutoWidth. In these cases, the cell width depends on the current font size of a control and is not affected by the specified border width of a control.

When the CellSizeMode property is set to SizeMode.Custom or SizeMode.AutoHeight, the effective cell width is the difference between the specified CellWidth and XRControl.BorderWidth values.

See Also