TcxTreeListNode.Texts Property
Provides indexed access to the string representation of the node’s column values.
Declaration
property Texts[Index: Integer]: string read; write;
Property Value
Type |
---|
string |
Remarks
Use the Texts property to access the string representation of column values within the node. The Index parameter specifies the column index.
Note
this property returns column values regardless of columns’ visibility.
See Also