TcxPivotGridViewDataItem.Items Property
Provides indexed access to the child field values.
Declaration
property Items[Index: Integer]: TcxPivotGridViewDataItem read;
Property Value
Type |
---|
TcxPivotGridViewDataItem |
Remarks
The grouping value contains a collection of child field values that can be accessed through the First, Items and Last properties.
Use the Items property to get the child field value at the position specified by the zero-based Index parameter.
Note
the Items collection is empty, if the currently processed field value is the grouping value and it’s collapsed or the field value is not grouping.
See Also