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

TcxGridCardViewStyles.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 the specific category row.

Sender specifies the Card View.

ARecord specifies the record to which the card corresponds.

AItem specifies the category row.

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

See Also