EditText Property

Returns or sets the text contents in the cell editor. If there is no visible control in the grid, this property is meaningless.

Syntax

Public Property EditText As String

Applies To

Grid Object

Data Type

String

Remarks

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.