Skip to main content

TcxPivotGridGroupItem.Parent Property

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

Declaration

property Parent: TcxPivotGridGroupItem read;

Property Value

Type
TcxPivotGridGroupItem

Remarks

If two or more fields are dropped in the column header area or row header area, then column field values or row field values are organized in the view into a hierarchical tree. Each outer field value is the parent for inner field values.

Use the Parent property, to relate to the parent of the currently processed grouping value.

The Parent property returns nil, if the currently processed grouping value is the root.

See Also