TcxTreeListNode.Values Property
Provides indexed access to column values within the node.
Declaration
property Values[Index: Integer]: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
Use the Values property to access column values displayed within the node. The Index parameter represents the column index within the TreeList control’s Columns collection.
To access the string representation of column values, use the node’s Texts or the column’s DisplayTexts properties.
See Also