Back to Devexpress

AfterDropRangeEventArgs.OperationType Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-afterdroprangeeventargs-d09a1969.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public DragDropOperationType OperationType { get; }
vb
Public ReadOnly Property OperationType As DragDropOperationType

Property Value

TypeDescription
DragDropOperationType

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

|

Available values:

NameDescription
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

AfterDropRangeEventArgs Class

AfterDropRangeEventArgs Members

DevExpress.XtraSpreadsheet Namespace