Enum
DragStatus

Represents the status of a drag/drop operation.

Definition

Namespace:Telerik.Windows.Controls.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum DragStatus

Fields

DragCancel

The drag/drop has been cancelled.

Declaration

cs-api-definition
DragCancel = 4

Field Value

DragStatus

DragComplete

The drag/drop process is successful, notifying the source.

Declaration

cs-api-definition
DragComplete = 3

Field Value

DragStatus

DragInProgress

Dragging has started, no drop zones have been found.

Declaration

cs-api-definition
DragInProgress = 2

Field Value

DragStatus

DragQuery

A mouse down mouse has moved over a registered element, it is being queried now.

Declaration

cs-api-definition
DragQuery = 1

Field Value

DragStatus

DropCancel

The drop operation has been cancelled.

Declaration

cs-api-definition
DropCancel = 10

Field Value

DragStatus

DropComplete

The drop operation has completed successfully.

Declaration

cs-api-definition
DropComplete = 9

Field Value

DragStatus

DropDestinationQuery

The destination is asked whether the element can be dropped.

Declaration

cs-api-definition
DropDestinationQuery = 5

Field Value

DragStatus

DropImpossible

The drop is not possible due to refusal of one of the partied.

Declaration

cs-api-definition
DropImpossible = 8

Field Value

DragStatus

DropPossible

The drop is acknowledged by both parties.

Declaration

cs-api-definition
DropPossible = 7

Field Value

DragStatus

DropSourceQuery

The source is asked whether the element can be dropped.

Declaration

cs-api-definition
DropSourceQuery = 6

Field Value

DragStatus

None

No drag or drop operations underway.

Declaration

cs-api-definition
None = 0

Field Value

DragStatus