Skip to main content

CollectionViewSelectionChangedEventArgs.SelectedItems Property

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public IReadOnlyList<object> SelectedItems { get; }

#Property Value

Type
IReadOnlyList<Object>
See Also