Skip to main content

TcxGridLayoutViewStyles.OnGetGroupStyle Event

Enables you to apply a custom style to card layout groups.

Declaration

property OnGetGroupStyle: TcxGridGetCellStyleEvent read; write;

Remarks

This event is fired to obtain the style to be applied to all card layout groups.

Sender specifies the Layout View.

ARecord specifies the record to which the card corresponds.

AItem always returns nil.

AStyle specifies style attributes that will be applied to the card layout group.

See Also