Skip to main content

TcxVerticalGridStyles.ContentOdd Property

Specifies style settings for odd row content.

Declaration

property ContentOdd: TcxStyle index vgs_ContentOdd read; write;

Property Value

Type
TcxStyle

Remarks

Use this property in combination with the ContentEven property to emphasize even and odd row content.

The ContentOdd property overrides the Content property for odd rows. You can override style settings specified by the Content, ContentEven, and ContentOdd properties via the Styles.Content property of individual rows.

Note

With virtual vertical grids, in the multiple record layout (LayoutStyle is set to lsMultiRecordView), you can switch the manner in which the ContentEven and ContentOdd properties are applied to the grid content. Refer to the vertical grid’s OptionsView.MultiRecordEvenOddContentStyle property description for more information.

See Also