TcxTreeListNode.ValueCount Property
Returns the number of values displayed within the node.
Declaration
property ValueCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to obtain the number of column values within the node. The column values displayed within the node can be accessed via the Values property.
See Also