TcxEditorRowStyles Class
In This Article
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 Vertical
#Inheritance
See Also