TcxPivotGridViewDataItem.GroupItem Property
Provides access to a grouping value.
Declaration
property GroupItem: TcxPivotGridGroupItem read;
Property Value
Type |
---|
TcxPivotGridGroupItem |
Remarks
Column field values or row field value 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 grouping value for the inner field values.
Use the GroupItem property to access the TcxPivotGridGroupItem instance.
See Also