TcxGridLayoutViewStyles.OnGetItemStyle Event
Enables you to apply a custom style to a certain card layout item.
Declaration
property OnGetItemStyle: TcxGridGetCellStyleEvent read; write;
Remarks
Fires each time the card layout item is about to be drawn.
Sender specifies the Layout View.
ARecord specifies the record to which the card corresponds.
AItem specifies the card layout item to which style attributes are applied.
AStyle specifies style attributes that will be applied to the card layout item.
See Also