DXCollectionView.SelectedItem Property
Gets or sets the selected item when the SelectionMode property is set to Single.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public object SelectedItem { get; set; }
Property Value
| Type | Description |
|---|---|
| Object | An object that specifies an item in the view’s underlying data source. |
See Also