Skip to main content

TcxPivotGridViewDataItem.Parent Property

Gets the parent field value of the currently processed field value.

Declaration

property Parent: TcxPivotGridViewDataItem read;

Property Value

Type
TcxPivotGridViewDataItem

Remarks

Column field values or row field values are organized in the view into hierarchical tree, if two or more fields are dropped in the column header area or row header area.

Each outer field value is the parent for inner field values. The parent field value can collaborate with its descendants through the First, Items and Last properties.

To relate from children to the parent, use the Parent property.

See Also