Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableViewStyles.OnGetPreviewStyle Event

In This Article

Occurs when it is necessary to paint the table rows preview section.

#Declaration

Delphi
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