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

TcxTreeListNode.Values Property

Provides indexed access to column values within the node.

#Declaration

Delphi
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