TcxTreeListPreview.Column Property
In This Article
Specifies the column whose values are displayed in the preview section.
#Declaration
Delphi
property Column: TcxTreeListColumn read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The column whose values are displayed in the node preview section. |
#Remarks
The header of the column assigned to the Column
property is removed from the column header panel.
See Also