TcxPivotGridField.GetGroupValueDisplayText(Variant) Method
In This Article
Determines the display text for a particular grouping value.
#Declaration
#Parameters
Name | Type |
---|---|
AGroup |
Variant |
#Returns
Type |
---|
string |
#Remarks
Call the GetGroupValueDisplayText function to determine a string representation of the grouping value (as it appears on screen) which is passed as the AGroupValue parameter. To specify custom display text for a particular grouping value of the current field, set the field’s GroupInterval property to giCustom and handle the OnGetGroupValueDisplayText event.
To determine the grouping value that corresponds to a particular field value, call the GetGroupValue function.
See Also