TcxTreeListStyles.ContentOdd Property
In This Article
Specifies the style settings for odd nodes within the TreeList control.
#Declaration
Delphi
property ContentOdd: TcxStyle index tlsv_ContentOdd read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to define the style settings for odd nodes within the control. Additionally, you can use the ContentEven property to define the settings for even nodes.
Note
If the Content
See Also