Skip to main content

TcxPivotGridViewDataItem.Last Property

Provides access to the last child field value in the Items collection.

Declaration

property Last: 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 Last property to get the child field value located at the end of the Items collection, if the currently processed field value is grouping.

Note

the Last property returns a value of nil, if the currently processed field value is the grouping value and it’s collapsed or the field value is not grouping.

See Also