Skip to main content

DXCollectionView.SelectedItems Property

Gets or sets selected items when the SelectionMode property is set to Multiple.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public IEnumerable SelectedItems { get; set; }

Property Value

Type Description
IEnumerable

A collection of objects that specify items in the view’s underlying data source.

See Also