Skip to main content
A newer version of this page is available. .

GridSelectionChangedEventArgs.Action Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public CollectionChangeAction Action { get; }

Property Value

Type Description
CollectionChangeAction

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

See Also