Skip to main content

GridSelectionChangedEventArgs.Action Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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