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 Class

Provides access to the style settings of a vertical grid editor row.

#Declaration

Delphi
TcxEditorRowStyles = class(
    TcxCategoryRowStyles
)

#Remarks

The TcxEditorRowStyles object provides an interface that allows you to specify the style settings of a row’s header (see Header) and content (see Content).

The row styles can be accessed via the Row.Styles property.

Note

style settings applied to individual rows override the VerticalGrid.Styles settings.

See Also