Click or drag to resize
GridControlOnPaste Method
Raises the Paste event.

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

Return Value

Type: Boolean
true if the paste operation is allowed and successful; false otherwise.
Remarks
Invoke this method to paste a range of cells to the clipboard.
See Also