DXCollectionView.SelectedItems Property
In This Article
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
C#
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