Click or drag to resize
GridControlTransferCurrentCell Method
Stores and deactivates the current cell or actualizes the current cell's contents.

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

Return Value

Type: Boolean
true if the operation is successful, false otherwise.
Remarks
Equivalent to TransferCurrentCell(true, UpdateNow, true). TransferCurrentCell(true).
See Also