windowsforms-devexpress-dot-utils-dot-dragdrop-bffe91ce.md
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
public enum InsertType
Public Enum InsertType
| Name | Description |
|---|---|
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:
This type is used to specify the following properties:
See Also