CollectionViewSelectionChangedEventArgs.DeselectedItems Property
Returns the collection of the deselected collection view items.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public IReadOnlyList<object> DeselectedItems { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Object> | The collection of the deselected items. |
See Also