Back to Devexpress

BeforeDragRangeEventArgs.DataTransferMode Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-beforedragrangeeventargs-bdfa68b0.md

latest1.6 KB
Original Source

BeforeDragRangeEventArgs.DataTransferMode Property

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

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public DataTransferMode DataTransferMode { get; }
vb
Public ReadOnly Property DataTransferMode As DataTransferMode

Property Value

TypeDescription
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.

|

Available values:

NameDescription
DragDrop

Specifies that a user drags and drops a cell range.

| | Fill |

Specifies that a user drags the fill handle to automatically populate a cell range with data.

|

See Also

BeforeDragRangeEventArgs Class

BeforeDragRangeEventArgs Members

DevExpress.XtraSpreadsheet Namespace