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

GridSelectionChangedEventArgs.Action Property

Gets an action that specifies how the grid’s selection is changed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public CollectionChangeAction Action { get; }

Property Value

Type Description
CollectionChangeAction

An action that specifies how the grid’s selection is changed.

See Also