Skip to main content

CollectionViewSelectionChangedEventArgs.AddedItems Property

Returns a list of items that were last added to the collection of selected items.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public IReadOnlyList<object> AddedItems { get; }

Property Value

Type Description
IReadOnlyList<Object>

A list of source item objects.

See Also