Back to Devexpress

DXCollectionView.SelectedItem Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-d9c32356.md

latest987 B
Original Source

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

csharp
public object SelectedItem { get; set; }

Property Value

TypeDescription
System.Object

An object that specifies an item in the view’s underlying data source.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace