TAbstractdxGridReportLink.OddFont Property
Specifies the text font of odd rows in a report.
Declaration
property OddFont: TFont read; write;
Property Value
| Type |
|---|
| TFont |
Remarks
Use the OddFont property to specify the text font of odd value rows when printing a component. This property is in effect only when the DrawMode property is set to gdmOddEven (or to gdmChess when printing the TDrawGrid or TStringGrid components).

See Also