Skip to main content

TcxPivotGridViewDataItem.ItemCount Property

Gets a count of the child field values in the Items collection.

Declaration

property ItemCount: Integer read;

Property Value

Type
Integer

Remarks

Use the ItemCount property to get the number of the child field values.

Note

the ItemCount property returns 0, if the currently processed field value is the grouping value and it’s collapsed or the field value is not grouping.

See Also