TcxTreeListReportLinkStyles.ContentOdd Property
Specifies the style to be used for data cells within odd nodes.
Declaration
property ContentOdd: TcxStyle index vspsTreeListContentOdd read; write;
Property Value
Type |
---|
TcxStyle |
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