TcxCustomGridRecord.ValueCount Property
Specifies the number of values corresponding to items (fields) in the current record.
Declaration
property ValueCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the number of items (fields) for which the current record provides values via the indexed Values member. In a (Banded) Table View, this property specifies the number columns. In a Card View, it refers to the number of Card View rows.
See Also