WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowDropPosition

    Show / Hide Table of Contents

    Class TreeGridRowDropPosition

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

    Inheritance
    System.Object
    TreeGridRowDropPosition
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class TreeGridRowDropPosition : Enum

    Fields

    Above

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

    Declaration
    public const TreeGridRowDropPosition Above
    Field Value
    Type Description
    TreeGridRowDropPosition

    AsChild

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

    Declaration
    public const TreeGridRowDropPosition AsChild
    Field Value
    Type Description
    TreeGridRowDropPosition

    Below

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

    Declaration
    public const TreeGridRowDropPosition Below
    Field Value
    Type Description
    TreeGridRowDropPosition

    Default

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

    Declaration
    public const TreeGridRowDropPosition Default
    Field Value
    Type Description
    TreeGridRowDropPosition

    Here

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

    Declaration
    public const TreeGridRowDropPosition Here
    Field Value
    Type Description
    TreeGridRowDropPosition
    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 TreeGridRowDropPosition None
    Field Value
    Type Description
    TreeGridRowDropPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved