Skip to main content

TcxTreeListStyles.ContentOdd Property

Specifies the style settings for odd nodes within the TreeList control.

Declaration

property ContentOdd: TcxStyle index tlsv_ContentOdd read; write;

Property Value

Type
TcxStyle

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 ContentOdd property is not assigned, the Content style is applied instead.

See Also