TcxPivotGridField.OnGetDisplayText Event
In This Article
Allows you to customize text in the data cell that corresponds to the pivot grid field.
#Declaration
Delphi
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 On
Refer to the TcxPivotGridGetDisplayTextEvent type description for information on available options.
See Also