WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DropPosition - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DropPosition

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum DropPosition

    Fields

    Name Description
    DropAbove

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

    DropBelow

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

    DropHere

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

    None

    Specifies the node can not be dropped at this position.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved