Skip to main content
All docs
V26.1
  • 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.v26.1.dll

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

    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

    Remarks

    This type is used to specify the following properties:

    See Also