Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxvgMultiRecordsOptionsView.MultiRecordEvenOddContentStyle Property

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
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