TcxPivotGridField.OnGetDisplayText Event
Allows you to customize text in the data cell that corresponds to the pivot grid field.
Declaration
property OnGetDisplayText: TcxPivotGridGetDisplayTextEvent read; write;
Remarks
This event occurs when the Pivot Grid determines display text for a data cell.
Note
You can handle the OnGetGroupValueDisplayText event to customize display text for a grouping value.
Refer to the TcxPivotGridGetDisplayTextEvent type description for information on available options.
See Also