TcxvgMultiRecordsOptionsView.MultiRecordEvenOddContentStyle Property
Specifies the manner in which even/odd styles are applied to the vertical grid’s content.
Declaration
property MultiRecordEvenOddContentStyle: TcxMultiRecordEvenOddContentStyle read; write; default mrcsByRow;
Property Value
| Type | Default |
|---|---|
| TcxMultiRecordEvenOddContentStyle | mrcsByRow |
Remarks
Options include:
| Value | Description | Example |
|---|---|---|
| mrcsByRow | The even/odd styles vary by row. The corresponding style is applied to all cells in each row. | ![]() |
| mrcsByRecord | The even/odd styles vary by record. The corresponding style is applied to all cells in each record. | ![]() |
The default value of the MultiRecordEvenOddContentStyle property is mrcsByRow.
See Also

