TcxPivotGridGroupItem.Items Property
Provides indexed access to the child field values.
Declaration
property Items[Index: Integer]: TcxPivotGridGroupItem read;
Property Value
Type |
---|
TcxPivotGridGroupItem |
Remarks
The grouping value contains a collection of the child field values.
Use the Items property to get the child field value at the position specified by the zero-based Index parameter.
See Also