alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Enum DropPosition

    Specifies the position where a dragged row should be dropped relative to the target row.

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum DropPosition

    Fields

    Name Description
    DropAbove

    Indicates that the dragged row will be placed above the target row.

    DropBelow

    Indicates that the dragged row will be placed below the target row.

    None

    Indicates that no valid drop position is available.

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