menu

WinUI

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

    Show / Hide Table of Contents

    Class 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.

    Inheritance
    System.Object
    DropPosition
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.TreeView.WinUI.dll
    Syntax
    public sealed class DropPosition : Enum

    Fields

    DropAbove

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

    Declaration
    public const DropPosition DropAbove
    Field Value
    Type
    DropPosition

    DropAsChild

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

    Declaration
    public const DropPosition DropAsChild
    Field Value
    Type
    DropPosition

    DropBelow

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

    Declaration
    public const DropPosition DropBelow
    Field Value
    Type
    DropPosition

    DropHere

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

    Declaration
    public const DropPosition DropHere
    Field Value
    Type
    DropPosition

    None

    Specifies the item cannot be dropped at this position.

    Declaration
    public const DropPosition None
    Field Value
    Type
    DropPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved