TcxPivotGridField.GetGroupValueDisplayText(Variant) Method
Determines the display text for a particular grouping value.
Declaration
function GetGroupValueDisplayText(const AGroupValue: Variant): string;
Parameters
Name | Type |
---|---|
AGroupValue | 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