CollectionViewSelectionChangedEventArgs.RemovedItems Property
Returns a list of items that were last removed from the collection of selected items.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public IReadOnlyList<object> RemovedItems { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Object> | A list of source item objects. |
See Also