Back to Devexpress

TcxEditorRowStyles Class

vcl-cxvgrid-cb6474b3.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxvgCustomRowStyles TcxCategoryRowStyles TcxEditorRowStyles

See Also

TcxEditorRowStyles Members

cxVGrid Unit