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.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 OnGetGroupValueDisplayText event occurs only if the field’s GroupInterval property is set to giCustom.

To customize grouping values for the field, handle the OnGetGroupValue event.

Refer to the TcxPivotGridGetGroupValueDisplayTextEvent type description for an example and information on available options.

See Also