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

CharacterCombBrick.CellWidth Property

Specifies the cell width a CharacterCombBrick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public float CellWidth { get; set; }

Property Value

Type Description
Single

A Single value specifying the cell width.

Remarks

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

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

See Also