alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GroupView.DragDropInsert

    Represents the position where an item is inserted during drag-and-drop operations.

    Inheritance
    System.Object
    GroupView.DragDropInsert
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    protected sealed class DragDropInsert : Enum

    Fields

    Lower

    Insert below the target item.

    Declaration
    public const GroupView.DragDropInsert Lower
    Field Value
    Type
    GroupView.DragDropInsert

    Middle

    Insert in the middle of the target item.

    Declaration
    public const GroupView.DragDropInsert Middle
    Field Value
    Type
    GroupView.DragDropInsert

    Upper

    Insert above the target item.

    Declaration
    public const GroupView.DragDropInsert Upper
    Field Value
    Type
    GroupView.DragDropInsert
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved