Skip to main content

TcxGridTableViewStyles.Preview Property

Specifies the style for the rows preview section.

Declaration

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