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

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