CharacterCombBrick.CellWidth Property
Specifies the cell width a CharacterCombBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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