Skip to main content

TcxEditorRowStyles.Content Property

Defines the style settings of a row’s item content.

Declaration

property Content: TcxStyle index vgrs_Content read; write;

Property Value

Type
TcxStyle

Remarks

The Content property exposes the TcxStyle object whose interface can be used to define the style settings of the row’s item content.

Additionally, you can define the style settings of the row’s header via the Header property.

The Content property overrides style settings specified via the vertical grid’s Styles.Content, Styles.ContentEven, and Styles.ContentOdd properties.

See Also