Back to Devexpress

TcxCustomGridTableViewStyles.ContentEven Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableviewstyles-61ce071a.md

latest1.6 KB
Original Source

TcxCustomGridTableViewStyles.ContentEven Property

Specifies the style for even grid View rows.

Declaration

delphi
property ContentEven: TcxStyle index vsContentEven read; write;

Property Value

TypeDescription
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):

Note

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

See Also

TcxCustomGridTableViewStyles.UseOddEvenStyles

Style Repository

TcxCustomGridTableViewStyles Class

TcxCustomGridTableViewStyles Members

cxGridCustomTableView Unit