CollectionViewSelectionChangedEventArgs.RemovedItems Property
In This Article
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
C#
public IReadOnlyList<object> RemovedItems { get; }
#Property Value
Type | Description |
---|---|
IRead |
A list of source item objects. |
See Also