Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableViewStyles.ContentEven Property

Specifies the style for even grid View rows.

#Declaration

Delphi
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