TcxPivotGridField.OnGetGroupValueDisplayText Event
In This Article
Allows you to customize a grouping value‘s text that corresponds to the pivot grid field.
#Declaration
Delphi
property OnGetGroupValueDisplayText: TcxPivotGridGetGroupValueDisplayTextEvent read; write;
#Remarks
This event occurs when the Pivot Grid determines a grouping value’s display text.
Note
The On
To customize grouping values for the field, handle the On
Refer to the TcxPivotGridGetGroupValueDisplayTextEvent type description for an example and information on available options.
See Also