DXCollectionView.SelectedItem Property
In This Article
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
C#
public object SelectedItem { get; set; }
#Property Value
Type | Description |
---|---|
System. |
An object that specifies an item in the view’s underlying data source. |
See Also