WPF

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

    Show / Hide Table of Contents

    Enum GridSelectionReason

    A GridSelectionReason is used by GridSelectionChangingEventArgs to give a hint about the current state of the user action and reason for this event (mouse, keyboard or programmatic).

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridSelectionReason

    Fields

    Name Description
    ArrowKey

    Indicates user is moving current cell with arrow keys.

    CancelMode

    Indicates current operation was canceled.

    Clear

    Indicates a Clear() call, e.g. when user hit Escape-key.

    DeleteRow

    Indicates user delete current row.

    MouseDown

    Indicates user pressed mouse down.

    MouseMove

    Indicates user is moving mouse.

    MouseUp

    Indicates user released mouse.

    SelectRange

    Indicates a SelectRange(GridRangeInfo, Boolean) call.

    SetCurrentCell

    Indicates a MoveTo(Int32, Int32) call.

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