Skip to main content

TcxPivotGridField.OnGetGroupValueDisplayText Event

Allows you to customize a grouping value‘s text that corresponds to the pivot grid field.

Declaration

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