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

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

    Fields

    DropAbove

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

    Declaration
    public const DropPosition DropAbove
    Field Value
    Type
    DropPosition

    DropBelow

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

    Declaration
    public const DropPosition DropBelow
    Field Value
    Type
    DropPosition

    DropHere

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

    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