TcxTreeListColumn.DisplayTexts Property
Gets the display text of particular column value.
Declaration
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