Skip to main content
A newer version of this page is available. .

TcxGridCardViewRowStyles.OnGetCategoryRowStyle Event

Fires each time the category row is about to be drawn.

Declaration

property OnGetCategoryRowStyle: TcxGridGetCellStyleEvent read; write;

Remarks

Implement the OnGetCategoryRowStyle event handler to manually apply a custom style to a specific category row.

The Sender parameter specifies the Card View containing the category row.

The ARecord parameter specifies the record that corresponds to the category row.

The AItem parameter specifies the category row.

The AStyle parameter specifies style attributes to be applied to the category row.

See Also