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.DisplayTexts Property

Gets the display text of particular column value.

#Declaration

Delphi
property DisplayTexts[ANode: TcxTreeListNode]: string read;

#Property Value

Type
string

#Remarks

The ANode parameter specifies the node that identifies a particular column value.

Use the column’s Values property to obtain the actual values stored within column cells.

To obtain the number of values stored within the column, use its ValueCount property.

See Also