TdxGridReportLinkStyles.ContentEven Property
Specifies the style for the Grid control table and card views data cells within the even rows of the report.
Declaration
property ContentEven: TcxStyle index vspsGridContentEven read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The ContentEven 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 even rows within the report. . This style overrides the Content style.
See Also