WinUI

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

    Show / Hide Table of Contents

    Class SelectionReason

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

    Inheritance
    System.Object
    SelectionReason
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class SelectionReason : Enum

    Fields

    CollectionChanged

    Processes the selection when the collection is changed.

    Declaration
    public const SelectionReason CollectionChanged
    Field Value
    Type Description
    SelectionReason

    FilterApplied

    Processes the selection when filtering is applied.

    Declaration
    public const SelectionReason FilterApplied
    Field Value
    Type Description
    SelectionReason

    GridOperations

    Processes the selection when the grid operations performed.

    Declaration
    public const SelectionReason GridOperations
    Field Value
    Type Description
    SelectionReason

    KeyPressed

    Processes the selection when key is pressed.

    Declaration
    public const SelectionReason KeyPressed
    Field Value
    Type Description
    SelectionReason

    MovingCurrentCell

    Processes the selection when the current cell is moved.

    Declaration
    public const SelectionReason MovingCurrentCell
    Field Value
    Type Description
    SelectionReason

    PointerMoved

    Processes the selection when the mouse pointer is moved.

    Declaration
    public const SelectionReason PointerMoved
    Field Value
    Type Description
    SelectionReason

    PointerPressed

    Processes the selection when the mouse pointer is pressed.

    Declaration
    public const SelectionReason PointerPressed
    Field Value
    Type Description
    SelectionReason

    PointerReleased

    Processes the selection when the mouse pointer is released.

    Declaration
    public const SelectionReason PointerReleased
    Field Value
    Type Description
    SelectionReason

    SelectedIndexChanged

    Processes the selection when the SelectedIndex is changed.

    Declaration
    public const SelectionReason SelectedIndexChanged
    Field Value
    Type Description
    SelectionReason

    SelectedItemsChanged

    Processes the selection when the SelectedItems is changed.

    Declaration
    public const SelectionReason SelectedItemsChanged
    Field Value
    Type Description
    SelectionReason

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved