Back to Devexpress

TcxPivotGridField.OnGetGroupValueDisplayText Event

vcl-cxcustompivotgrid-dot-tcxpivotgridfield-2a7b8a28.md

latest1.4 KB
Original Source

TcxPivotGridField.OnGetGroupValueDisplayText Event

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

TcxPivotGridField.GetGroupValueDisplayText

How to Supply Custom Grouping Values

TcxPivotGridField Class

TcxPivotGridField Members

cxCustomPivotGrid Unit