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 which specify the drop position in row while drag and drop nodes in SfTreeGrid.

    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum DropPosition

    Fields

    Name Description
    Default

    Specifies the dragging node will be dropped outside of the TreeGrid.

    DropAbove

    Specifies the dragging node will be dropped above the current row in TreeGrid.

    DropAsChild

    Specifies the dragging node will be dropped as a child node of the current node in TreeGrid.

    DropBelow

    Specifies the dragging node will be dropped below the current row in TreeGrid.

    DropHere

    Specifies the dragging node will be dropped below to the header row in TreeGrid.

    None

    Specifies the node can not be dropped at this position.

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