Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumn.Values Property

Provides access to the column’s value within a specified node.

#Declaration

Delphi
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