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
Link
The data from the drag source is linked to the drop target.
Declaration
public const DropOperation Link
Field Value
Move
The data from the drag source is moved to the drop target.
Declaration
public const DropOperation Move
Field Value
None
The drop target does not accept the data.
Declaration
public const DropOperation None
Field Value
value__
Declaration
public int value__
Field Value
System.
|