Skip to main content

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.v23.2.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