Spread Silverlight Documentation
CopyOption Property (DragDropBlockCompletedEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragDropBlockCompletedEventArgs Class : CopyOption Property
Gets the CopyOption value for the drag and drop operation.
Syntax
'Declaration
 
Public ReadOnly Property CopyOption As CopyToOption
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As CopyToOption
 
value = instance.CopyOption
public CopyToOption CopyOption {get;}

Property Value

The CopyOption value for the drag and drop operation.
See Also

Reference

DragDropBlockCompletedEventArgs Class
DragDropBlockCompletedEventArgs Members