Objective Grid for Microsoft® .NET® Reference Guide

GridControl.CanPaste Method 

Back to Class Index

Determines if a range of cells on the clipboard can be pasted into the grid.     

[Visual Basic]
Overridable Public Function CanPaste() As Boolean
[C#]
public virtual bool CanPaste();

Remarks

    

Override this method to provide custom logic for determining this condition.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace