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

TcxGridPreview.Column Property

Identifies the column being displayed within the preview section.

#Declaration

Delphi
property Column: TcxGridColumn read; write;

#Property Value

Type
TcxGridColumn

#Remarks

Use the Column property to specify the View’s column to be displayed within the preview area instead of a single column. If a column already being displayed within a View is assigned to the Preview.Column property, then its original display is removed from the View but appears again if the Preview.Column property is cleared.

It is also possible to specify the preview column by its IsPreview property. When you set it to True, the column replaces any previous preview column. Setting IsPreview to False clears and hides the preview section.

See Also