Skip to main content
A newer version of this page is available. .

TcxCustomGridTableItem.OnGetDisplayText Event

Occurs when an item value is displayed.

Declaration

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