Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public enum InsertType

Members

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.

Related API Members

The following properties accept/return InsertType values:

Remarks

This type is used to specify the following properties:

See Also