Back to Devexpress

GridSelectionChangedEventArgs.Action Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridselectionchangedeventargs-fcaa9528.md

latest1.3 KB
Original Source

GridSelectionChangedEventArgs.Action Property

Gets an action which indicates how the grid’s selection has been changed.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public CollectionChangeAction Action { get; }
vb
Public ReadOnly Property Action As CollectionChangeAction

Property Value

TypeDescription
CollectionChangeAction

A CollectionChangeAction enumeration value that specifies how the grid’s selection has been changed.

|

See Also

GridSelectionChangedEventArgs Class

GridSelectionChangedEventArgs Members

DevExpress.Xpf.Grid Namespace