TcxvgMultiRecordsOptionsView.MultiRecordEvenOddContentStyle Property
In This Article
Specifies the manner in which even/odd styles are applied to the vertical grid’s content.
#Declaration
Delphi
property MultiRecordEvenOddContentStyle: TcxMultiRecordEvenOddContentStyle read; write; default mrcsByRow;
#Property Value
Type | Default |
---|---|
Tcx |
mrcs |
#Remarks
Options include:
Value | Description | Example |
---|---|---|
mrcs |
The even/odd styles vary by row. The corresponding style is applied to all cells in each row. | ![]() |
mrcs |
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