Skip to main content

TcxVerticalGridStyles.ContentEven Property

Specifies style settings for even row content.

Declaration

property ContentEven: TcxStyle index vgs_ContentEven read; write;

Property Value

Type
TcxStyle

Remarks

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

The ContentEven property overrides the Content property for even 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