Skip to main content

TcxCustomGridTableViewStyles.UseOddEvenStyles Property

Specifies if the grid View uses alternate styles to paint odd and even rows.

Declaration

property UseOddEvenStyles: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default Description
TdxDefaultBoolean bDefault

Enumerates True, False, and default values.

Remarks

Options include:

Value Description
bTrue The grid View applies alternating styles assigned to the ContentOdd and ContentEven properties.
bFalse The grid View applies the style assigned to the Content style to all rows.
bDefault The grid View applies the specified alternating styles or skin colors only

Default Value

The UseOddEvenStyles property’s default value is bDefault.

See Also