TcxPivotGridViewDataItem.First Property
Provides access to the first child field value in the Items collection.
Declaration
property First: 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 First property to get the child field value located at the start of the Items collection, if the currently processed field value is grouping.
Note
the First property returns a value of nil, if the field value is grouping and it’s collapsed or the field value is not grouping.
See Also