Back to Devexpress

DragDropOperationType Enum

officefileapi-devexpress-dot-xtraspreadsheet-1c685f88.md

latest1.6 KB
Original Source

DragDropOperationType Enum

Lists values used to specify the drag-and-drop operation type.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum DragDropOperationType
vb
Public Enum DragDropOperationType

Members

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.

|

The following properties accept/return DragDropOperationType values:

Remarks

The DragDropOperationType values are used by the BeforeDropRangeEventArgs.OperationType and AfterDropRangeEventArgs.OperationType properties.

See Also

DevExpress.XtraSpreadsheet Namespace