TcxGridTableViewStyles.OnGetPreviewStyle Event
Occurs when it is necessary to paint the table rows preview section.
Declaration
property OnGetPreviewStyle: TcxGridGetCellStyleEvent read; write;
Remarks
You can handle the OnGetPreivewStyle event to change table row preview styles on the fly.
This event occurs on every redraw of a row preview.
The Table View record is passed in the ARecord parameter.
The column being previewed is specified by the AItem parameter.
The Sender parameter determines the View containing the item.
See Also