alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class 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.

    Inheritance
    System.Object
    GridDragSelectionReason
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridDragSelectionReason : Enum

    Fields

    CancelMode

    Indicates current operation was canceled.

    Declaration
    public const GridDragSelectionReason CancelMode
    Field Value
    Type
    GridDragSelectionReason

    HitTest

    Indicates this is a Hit-Test query.

    Declaration
    public const GridDragSelectionReason HitTest
    Field Value
    Type
    GridDragSelectionReason

    MouseDown

    Indicates user pressed mouse down.

    Declaration
    public const GridDragSelectionReason MouseDown
    Field Value
    Type
    GridDragSelectionReason

    MouseMove

    Indicates user is moving mouse.

    Declaration
    public const GridDragSelectionReason MouseMove
    Field Value
    Type
    GridDragSelectionReason

    MouseUp

    Indicates user released mouse.

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