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

BeforeDropRangeEventArgs.OperationType Property

Gets the drag-and-drop operation type.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public DragDropOperationType OperationType { get; set; }

Property Value

Type Description
DragDropOperationType

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

See Also