menu

WPF

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

    Show / Hide Table of Contents

    Enum SelectionReason

    Defines the constants that specify the reason for selection in SfDataGrid.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum SelectionReason

    Fields

    Name Description
    CollectionChanged

    Processes the selection when the collection is changed.

    FilterApplied

    Processes the selection when filtering is applied.

    GridOperations

    Processes the selection when the grid operations performed.

    KeyPressed

    Processes the selection when key is pressed.

    MovingCurrentCell

    Processes the selection when the current cell is moved.

    PointerMoved

    Processes the selection when the mouse pointer is moved.

    PointerPressed

    Processes the selection when the mouse pointer is pressed.

    PointerReleased

    Processes the selection when the mouse pointer is released.

    SelectedIndexChanged

    Processes the selection when the SelectedIndex is changed.

    SelectedItemsChanged

    Processes the selection when the SelectedItems is changed.

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