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

BeforeDragRangeEventArgs.DataTransferMode Property

Returns the operation type a user performs on the selected cells.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public DataTransferMode DataTransferMode { get; }

Property Value

Type Description
DataTransferMode

A DataTransferMode enumeration member that specifies whether a user is about to drag and drop the selected range or fill values into other cells with the fill handle.

See Also