Click or drag to resize
GridControlResetCurrentCell Method
Deactivates the current cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void ResetCurrentCell()
Remarks
If the content of the edit control is modified and valid, it is saved by calling SetStyleRange().

Equivalent to ResetCurrentCell(true).

See Also