Back to Devexpress

TcxGridTableViewStyles.Preview Property

vcl-cxgridtableview-dot-tcxgridtableviewstyles-9fd57f28.md

latest1.1 KB
Original Source

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

TcxGridTableView.Preview

Style Repository

TcxGridTableViewStyles Class

TcxGridTableViewStyles Members

cxGridTableView Unit