[]
Called when the editing of a cell ended.
public virtual void OnEditEnded(GridControlRange range, View editor, bool editCancelled)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range that was edited. |
| View | editor | The editor. |
| bool | editCancelled |
|