Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridViewDataItem.Parent Property

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

#Declaration

Delphi
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