TcxPivotGridViewDataItem.GetGroupItemByField(TcxPivotGridField) Method
In This Article
Returns a grouping value, which is associated with the ADataField field.
#Declaration
Delphi
function GetGroupItemByField(ADataField: TcxPivotGridField): TcxPivotGridGroupItem;
#Parameters
Name | Type |
---|---|
AData |
Tcx |
#Returns
Type |
---|
Tcx |
#Remarks
Use the GetGroupItemByField method to retrieve the grouping value of the currently processed field value by the corresponding ADataField field.
Note
if the specified AData
See Also