Back to Devexpress

InsertType Enum

windowsforms-devexpress-dot-utils-dot-dragdrop-bffe91ce.md

latest1.9 KB
Original Source

InsertType Enum

Enumerates types that specify how to drop dragged data elements based on the mouse pointer’s position.

Namespace : DevExpress.Utils.DragDrop

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public enum InsertType
vb
Public Enum InsertType

Members

NameDescription
None

It is not allowed to drop data elemements on the target control.

| | AsChild |

Drop the dragged data element as a child of the data element under the mouse pointer (tree list only).

| | After |

Drop the dragged data element after the data element under the mouse pointer.

| | Before |

Drop the dragged data element before the data element under the mouse pointer.

|

The following properties accept/return InsertType values:

Remarks

This type is used to specify the following properties:

See Also

DevExpress.Utils.DragDrop Namespace