Skip to main content

TcxEditorRowStyles Class

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

Declaration

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