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