Skip to main content

TcxCustomEditorRowProperties.OnGetDisplayText Event

Occurs when a data cell’s value is displayed.

Declaration

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