Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridField.GetGroupValueDisplayText(Variant) Method

Determines the display text for a particular grouping value.

#Declaration

Delphi
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