TdxGridReportLinkStyles.ContentOdd Property
In This Article
Specifies the style for the Grid control table and card views data cells within the odd rows of the report.
#Declaration
Delphi
property ContentOdd: TcxStyle index vspsGridContentOdd read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The ContentOdd property allows you to define the style (font, text color and background color) for the Grid control table and card views data cells of the odd rows within the report. This style overrides the Content style.
See Also