SelectionChangedEventArgs.RemovedItems Property
In This Article
Gets the collection of removed items.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public IReadOnlyList<object> RemovedItems { get; }
#Property Value
Type | Description |
---|---|
IRead |
The collection of removed items. |
See Also