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

TcxCustomGridTableItem.OnGetDisplayText Event

In This Article

Occurs when an item value is displayed.

#Declaration

Delphi
property OnGetDisplayText: TcxGridGetDisplayTextEvent read; write;

#Remarks

Use the OnGetDisplayText event to specify the text representation of an item value. The item is addressed by the Sender parameter. ARecord defines the record for which an item value is displayed. When this event occurs, the AText argument already contains the string to be displayed, but you are able to change it as needed.

See Also