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.Preview Property

Specifies the style for the rows preview section.

#Declaration

Delphi
property Preview: TcxStyle index vsPreview read; write;

#Property Value

Type
TcxStyle

#Remarks

The Preview property allows you to define the style (font, background color) of the current for the row preview section.

It is possible to change the preview style on the fly by handling the OnGetPreviewStyle event.

The next image displays a grid control with the preview rows painted in bisque ($00C4E4FF):

See Also