OptionalblurBlur event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The focus event that triggered the blur.
OptionalchangeChange event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The event that triggered the change.
ReadonlyfinishIndicates whether the edit mode should finish after a change event.
OptionalkeyKey down event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The keyboard event that triggered the key down.
ReadonlyrawRaw value of the edit mode cell content, in a string format.
ReadonlyvalueValue of the edit mode cell content, parsed according to the column type.
Interface for the edit mode content in a cell. It can be implemented by different types of edit mode contents.