Skip to main content

TcxCustomGridTableViewStyles.ContentOdd Property

Specifies the style for odd grid View rows.

Declaration

property ContentOdd: TcxStyle index vsContentOdd read; write;

Property Value

Type Description
TcxStyle

Stores appearance settings for a UI element.

Remarks

This property allows you to define the appearance (that is, font and background color) of odd grid View rows. Assign different styles to the ContentOdd and ContentEven properties to create an alternating row pattern.

The following image demonstrates odd rows whose background is filled with the clWebCornSilk color ($008CE6F0):

Odd Grid Rows with a Style Applied

Note

If the ContentOdd property is unspecified, the Content property determines the appearance of odd rows.

See Also