BeforeDragRangeEventArgs.DataTransferMode Property
Returns the operation type a user performs on the selected cells.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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. |
Available values:
| Name | Description |
|---|---|
| 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