TdxGridReportLinkStyles.ContentOdd Property
Specifies the style for the Grid control table and card views data cells within the odd rows of the report.
Declaration
property ContentOdd: TcxStyle index vspsGridContentOdd read; write;
Property Value
Type |
---|
TcxStyle |
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