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 |
---|
SelectionReason |
FilterApplied
Processes the selection when filtering is applied.
Declaration
public const SelectionReason FilterApplied
Field Value
Type |
---|
SelectionReason |
GridOperations
Processes the selection when the grid operations performed.
Declaration
public const SelectionReason GridOperations
Field Value
Type |
---|
SelectionReason |
KeyPressed
Processes the selection when key is pressed.
Declaration
public const SelectionReason KeyPressed
Field Value
Type |
---|
SelectionReason |
MovingCurrentCell
Processes the selection when the current cell is moved.
Declaration
public const SelectionReason MovingCurrentCell
Field Value
Type |
---|
SelectionReason |
PointerMoved
Processes the selection when the mouse pointer is moved.
Declaration
public const SelectionReason PointerMoved
Field Value
Type |
---|
SelectionReason |
PointerPressed
Processes the selection when the mouse pointer is pressed.
Declaration
public const SelectionReason PointerPressed
Field Value
Type |
---|
SelectionReason |
PointerReleased
Processes the selection when the mouse pointer is released.
Declaration
public const SelectionReason PointerReleased
Field Value
Type |
---|
SelectionReason |
SelectedIndexChanged
Processes the selection when the SelectedIndex is changed.
Declaration
public const SelectionReason SelectedIndexChanged
Field Value
Type |
---|
SelectionReason |
SelectedItemsChanged
Processes the selection when the SelectedItems is changed.
Declaration
public const SelectionReason SelectedItemsChanged
Field Value
Type |
---|
SelectionReason |