Skip to main content
All docs
V26.1
  • AfterDropRangeEventArgs.OperationType Property

    Gets the type of the drag-and-drop operation a user performed over a cell range.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public DragDropOperationType OperationType { get; }

    Property Value

    Type Description
    DragDropOperationType

    A DragDropOperationType enumeration value that specifies whether a user moved or copied the source range to a new location.

    Available values:

    Name Description
    MoveCells

    Specifies that the source cell range is moved to the target location.

    CopyCells

    Specifies that the source cell range is copied to the target location.

    See Also