DXCollectionView.SelectedItem Property
Gets or sets the selected item when the SelectionMode property is set to Single. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.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