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