Back to Devexpress

TcxCustomEditorRowProperties.OnGetDisplayText Event

vcl-cxvgrid-dot-tcxcustomeditorrowproperties-b17a60f6.md

latest857 B
Original Source

TcxCustomEditorRowProperties.OnGetDisplayText Event

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

TcxCustomEditorRowProperties Class

TcxCustomEditorRowProperties Members

cxVGrid Unit