TcxGridPreview.Column Property
Identifies the column being displayed within the preview section.
Declaration
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