Skip to main content

TcxGridColumn.IsPreview Property

Defines whether the column is previewed.

Declaration

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