[]
Set text to the editing control
public virtual bool SetEditingText(FrameworkElement editingControl, string text)
Public Overridable Function SetEditingText(editingControl As FrameworkElement, text As String) As Boolean
| Type | Name | Description |
|---|---|---|
| FrameworkElement | editingControl | |
| string | text |
| Type | Description |
|---|---|
| bool | true if the celltype handle update editing control; false if celltype dont change editing control |