Back to Devexpress

XRCharacterComb.CellHeight Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcharactercomb-2851005a.md

latest2.4 KB
Original Source

XRCharacterComb.CellHeight Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(25F)]
[SRCategory(ReportStringId.CatLayout)]
[XRLocalizable(true)]
public float CellHeight { get; set; }
vb
<SRCategory(ReportStringId.CatLayout)>
<DefaultValue(25F)>
<XRLocalizable(True)>
Public Property CellHeight As Single

Property Value

TypeDefaultDescription
Single25

A Single value, specifying the cell height.

|

Remarks

This setting is ignored when the XRCharacterComb.CellSizeMode property is set to SizeMode.AutoSize or SizeMode.AutoHeight. In these cases, the cell height 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.AutoWidth, the effective cell height is the difference between the specified CellHeight and XRControl.BorderWidth values.

See Also

CellWidth

CellSizeMode

XRCharacterComb Class

XRCharacterComb Members

DevExpress.XtraReports.UI Namespace