Click or drag to resize
GridControlOnCopy Method
Raises the Copy event.

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

Return Value

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