alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CrossGridDropAction

    Specifies the action to perform when dropping data across grids.

    Inheritance
    System.Object
    CrossGridDropAction
    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class CrossGridDropAction : Enum

    Fields

    Copy

    Copies the dragged data to the target grid.

    Declaration
    public const CrossGridDropAction Copy
    Field Value
    Type
    CrossGridDropAction

    Move

    Moves the dragged data to the target grid.

    Declaration
    public const CrossGridDropAction Move
    Field Value
    Type
    CrossGridDropAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved