Skip to main content

TcxCustomGridColumn.IsPreview Property

Indicates if the column is previewed.

Declaration

property IsPreview: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the column’s View contains a preview section that displays the values of this column. Only one column can be previewed at a time. Use the View’s Preview property to customize the preview section’s settings. To specify the column to be previewed, use the Preview.Column sub-property.

See Also