Click or drag to resize
GridControlOnCut Method
Raises the Cut event.

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

Return Value

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