TcxTreeListColumn.Values Property
Provides access to the column’s value within a specified node.
Declaration
property Values[ANode: TcxTreeListNode]: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
Use this property to get and set the column’s values. The ANode parameter identifies the node for which the column’s value is obtained or specified. To access all column values within a certain node, use its Values property.
See Also