Enum
DropOperation

Specifies the drag-and-drop operation.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DropOperation

Fields

Copy

The data is copied to the drop target.

Declaration

cs-api-definition
Copy = 1

Field Value

DropOperation

The data from the drag source is linked to the drop target.

Declaration

cs-api-definition
Link = 3

Field Value

DropOperation

Move

The data from the drag source is moved to the drop target.

Declaration

cs-api-definition
Move = 2

Field Value

DropOperation

None

The drop target does not accept the data.

Declaration

cs-api-definition
None = 0

Field Value

DropOperation

In this article
DefinitionFieldsCopyLinkMoveNone
Not finding the help you need?
Contact Support