Click or drag to resize
GridControlCanPaste Method
Checks if the currently selected range of cells can be pasted into the grid.

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

Return Value

Type: Boolean
true if the paste operation is allowed; false otherwise.
Remarks
You can override this method to provide custom logic for determining this condition.
See Also