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):
Note
If the ContentEven
property is unspecified, the Content property determines the appearance of even rows.
See Also