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

TcxEditorRowStyles.Content Property

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

#Declaration

Delphi
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