Spread WPF 15
GrapeCity.Windows.SpreadSheet.UI Namespace / DragDropBlockEventArgs Class / CopyOption Property


In This Topic
    CopyOption Property (DragDropBlockEventArgs)
    In This Topic
    Gets the CopyOption value for the drag and drop operation.
    Syntax
    'Declaration
     
    Public Property CopyOption As CopyToOption
    'Usage
     
    Dim instance As DragDropBlockEventArgs
    Dim value As CopyToOption
     
    instance.CopyOption = value
     
    value = instance.CopyOption
    public CopyToOption CopyOption {get; set;}

    Property Value

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