Class DropOperation
Specifies the drag-and-drop operation.
Inheritance
System.Object
DropOperation
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DropOperation : Enum
Fields
Copy
The data is copied to the drop target.
Declaration
public const DropOperation Copy
Field Value
DropOperation
|
Link
The data from the drag source is linked to the drop target.
Declaration
public const DropOperation Link
Field Value
DropOperation
|
Move
The data from the drag source is moved to the drop target.
Declaration
public const DropOperation Move
Field Value
DropOperation
|
None
The drop target does not accept the data.
Declaration
public const DropOperation None
Field Value
DropOperation
|
value__
Declaration
public int value__
Field Value
System.Int32
|