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

TcxCustomEditorRowProperties.OnGetDisplayText Event

In This Article

Occurs when a data cell’s value is displayed.

#Declaration

Delphi
property OnGetDisplayText: TcxVerticalGridGetDisplayTextEvent read; write;

#Remarks

Use the OnGetDisplayText event to specify the text representation of a row’s data cell value. The TcxCustomEditorRowProperties object is addressed by the Sender parameter. The ARecord parameter identifies the index of the edited record. When this event occurs the AText argument already contains the string to be displayed but you are able to change it as required.

See Also