TcxTreeListColumn.IsPreview Property
In This Article
Specifies whether the column’s values are used within the preview section.
#Declaration
Delphi
property IsPreview: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Setting this property to True assigns the current column to the TreeList control’s Preview.Column property.
See Also