Back to Devexpress

BeforeDropRangeEventArgs.OperationType Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-beforedroprangeeventargs-7de43f5f.md

latest1.6 KB
Original Source

BeforeDropRangeEventArgs.OperationType Property

Gets the drag-and-drop operation type.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
DragDropOperationType

A DragDropOperationType enumeration value that specifies whether a user moves or copies 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

BeforeDropRangeEventArgs Class

BeforeDropRangeEventArgs Members

DevExpress.XtraSpreadsheet Namespace