TAbstractdxGridReportLink.EvenFont Property
Specifies even row font in a report.
Declaration
property EvenFont: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
Use the EvenFont property to specify the text font of even data 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