XRCharacterComb.CellSizeMode Property
Specifies whether or not the cell size should depend on the current font size of a Character Comb.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[SRCategory(ReportStringId.CatLayout)]
[DefaultValue(SizeMode.AutoSize)]
public SizeMode CellSizeMode { get; set; }
<SRCategory(ReportStringId.CatLayout)>
<DefaultValue(SizeMode.AutoSize)>
Public Property CellSizeMode As SizeMode
Property Value
Type | Default | Description |
---|---|---|
SizeMode | AutoSize |
A SizeMode enumeration value. |
See Also
Feedback