Skip to main content
A newer version of this page is available. .

TcxCustomGridTableViewStyles.ContentEven Property

Specifies the style for even grid View rows.

Declaration

property ContentEven: TcxStyle index vsContentEven 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 even grid View rows. Assign different styles to the ContentEven and ContentOdd properties to create an alternating row pattern.

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

Even Grid Rows with a Style Applied

Note

If the ContentEven property is unspecified, the Content property determines the appearance of even rows.

See Also