DropOperation
Enum
Specifies the drag-and-drop operation.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DropOperation
Fields
The data is copied to the drop target.
C#
Copy = 1
The data from the drag source is linked to the drop target.
C#
Link = 3
The data from the drag source is moved to the drop target.
C#
Move = 2
The drop target does not accept the data.
C#
None = 0