menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropPosition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropPosition

    Specifies the position where an item can be dropped relative to a target node.

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

    Fields

    DropAbove

    The dragging item will be dropped above the target node.

    Declaration
    public const DropPosition DropAbove
    Field Value
    Type
    DropPosition

    DropAsChild

    The dragging item will be dropped as a child of the target node.

    Declaration
    public const DropPosition DropAsChild
    Field Value
    Type
    DropPosition

    DropBelow

    The dragging item will be dropped below the target node.

    Declaration
    public const DropPosition DropBelow
    Field Value
    Type
    DropPosition

    None

    Indicates that 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