BeforeDragRangeEventArgs.DataTransferMode Property
In This Article
Returns the operation type a user performs on the selected cells.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DataTransferMode DataTransferMode { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
Available values:
Name | Description |
---|---|
Drag |
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