TcxTreeListReportLinkStyles.ContentOdd Property
In This Article
Specifies the style to be used for data cells within odd nodes.
#Declaration
Delphi
property ContentOdd: TcxStyle index vspsTreeListContentOdd read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the ContentOdd property to define the style (font, text color, background color and background bitmap) common to all data cells of odd nodes within the TreeList control report.
Note that this style overrides the Content style.
See Also