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.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 OnGetGroupValueDisplayText event to customize display text for a grouping value.

Refer to the TcxPivotGridGetDisplayTextEvent type description for information on available options.

See Also