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

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void ResetCurrentCell(
	bool storeIfModified
)

Parameters

storeIfModified
Type: SystemBoolean
If you specify true and the content of the edit control is modified and valid, it is saved by calling SetStyleRange().
See Also