BeforeDropRangeEventArgs.OperationType Property
In This Article
Gets the drag-and-drop operation type.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DragDropOperationType OperationType { get; set; }
#Property Value
Type | Description |
---|---|
Drag |
A Drag |
Available values:
Name | Description |
---|---|
Move |
Specifies that the source cell range is moved to the target location. |
Copy |
Specifies that the source cell range is copied to the target location. |
See Also