Back to Devexpress

TcxGridCardViewRowStyles.OnGetCategoryRowStyle Event

vcl-cxgridcardview-dot-tcxgridcardviewrowstyles-2ba3458e.md

latest1.3 KB
Original Source

TcxGridCardViewRowStyles.OnGetCategoryRowStyle Event

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

Declaration

delphi
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

TcxGridCardViewRow.Kind

TcxGridCardViewRowStyles.CategoryRow

TcxGridCardViewRowStyles.GetCategoryRowParams

TcxGridCardViewRowStyles Class

TcxGridCardViewRowStyles Members

cxGridCardView Unit