TcxCustomGridTableViewStyles.UseOddEvenStyles Property
In This Article
Specifies if the grid View uses alternate styles to paint odd and even rows.
#Declaration
Delphi
property UseOddEvenStyles: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
Enumerates |
#Remarks
Options include:
Value | Description |
---|---|
b |
The grid View applies alternating styles assigned to the Content |
b |
The grid View applies the style assigned to the Content style to all rows. If a skin is applied to the Tcx |
b |
The grid View applies the specified alternating styles or skin colors only if the Grid |
The UseOddEvenStyles
property’s default value is bDefault
.
See Also