Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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.

See Also