Back to Devexpress

SelectionChangingEventArgs.Action Property

corelibraries-devexpress-dot-data-dot-selectionchangingeventargs.md

latest1.4 KB
Original Source

SelectionChangingEventArgs.Action Property

Gets an action that describes how the collection of selected rows is about to change.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDescription
CollectionChangeAction

Specifies how the collection of selected rows is about to change.

|

Remarks

This property can have one of the following values:

ActionProperty Value
A user selects a row (rows).CollectionChangeAction.Add
A user unselects a row (rows).CollectionChangeAction.Remove

See Also

SelectionChangingEventArgs Class

SelectionChangingEventArgs Members

DevExpress.Data Namespace