TcxTreeListColumn.IsPreview Property
Specifies whether the column’s values are used within the preview section.
Declaration
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