Click or drag to resize
GridControlTransferCurrentCell Method (Boolean)
Stores and deactivates the current cell or refreshes the current cell's contents.

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

Parameters

saveAndValidate
Type: SystemBoolean
Specifies that the current cell's contents should be stored or that the current cell should be reinitialized.

Return Value

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