menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridDragSelectionReason - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridDragSelectionReason

    Defines the GridDragSelectionReason.A GridDragSelectionReason is used by GridSelectionDragEventArgs to give a hint about the current state of the user action and reason for this event.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridDragSelectionReason

    Fields

    Name Description
    CancelMode

    Indicates current operation was canceled.

    HitTest

    Indicates this is a Hit-Test query.

    MouseDown

    Indicates user pressed mouse down.

    MouseMove

    Indicates user is moving mouse.

    MouseUp

    Indicates user released mouse.

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