menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DropPosition - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DropPosition

    Defines the constants that specifies where to drag and drop the items. This enumeration specifies the position where the dragging item can be dropped.

    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public enum DropPosition

    Fields

    Name Description
    DropAbove

    Specifies the dragging item will be dropped above the current item.

    DropAsChild

    Specifies the dragging item will be dropped as a child of the current item.

    DropBelow

    Specifies the dragging item will be dropped below the current item.

    DropHere

    Specifies the dragging item will be dropped in SfTreeView when it has no items.

    None

    Specifies the item cannot be dropped at this position.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved