menu

UWP

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

    Show / Hide Table of Contents

    Class DropPosition

    Defines the constants which specify the drop position in row while drag and drop nodes in SfTreeGrid.

    Inheritance
    System.Object
    DropPosition
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class DropPosition : Enum

    Fields

    Default

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

    Declaration
    public const DropPosition Default
    Field Value
    Type
    DropPosition

    DropAbove

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

    Declaration
    public const DropPosition DropAbove
    Field Value
    Type
    DropPosition

    DropAsChild

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

    Declaration
    public const DropPosition DropAsChild
    Field Value
    Type
    DropPosition

    DropBelow

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

    Declaration
    public const DropPosition DropBelow
    Field Value
    Type
    DropPosition

    DropHere

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

    Declaration
    public const DropPosition DropHere
    Field Value
    Type
    DropPosition
    Remarks

    This option will be considered only when grid doesn't have records.

    None

    Specifies the node can not be dropped at this position.

    Declaration
    public const DropPosition None
    Field Value
    Type
    DropPosition

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved