Back to Devexpress

TcxGridColumn.IsPreview Property

vcl-cxgridtableview-dot-tcxgridcolumn-2b2c71af.md

latest1.2 KB
Original Source

TcxGridColumn.IsPreview Property

Defines whether the column is previewed.

Declaration

delphi
property IsPreview: Boolean read; write;

Property Value

Type
Boolean

Remarks

The IsPreview property is True if a column’s View contains a preview section displaying this column’s values. The preview options are adjusted via the View’s Preview property. Only one column can be previewed at a time. The previewed column is not displayed with the other View columns. If a column is previewed, setting its IsPreview property to False results in clearing the preview section.

You can also specify the column for the preview section by using the Column attribute of the Preview object.

See Also

TcxGridPreview

TcxGridColumn Class

TcxGridColumn Members

cxGridTableView Unit