Returns or sets the text contents in the cell editor. If there is no visible control in the grid, this property is meaningless.
Public Property EditText As String
Grid Object
String
This property is useful mainly for handling the CellValidating event. When CellValidating event is fired, the cell still contains the original value. The new (edited) value is available only through the EditText property.