SelectedItem Property
Gets or sets the selected item of the selection adapter.
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Object? SelectedItem { get; set; }
Public Property SelectedItem As Object
Get
Set
abstract SelectedItem : Object with get, set
override SelectedItem : Object with get, set
Property Value
Object
The selected item of the underlying selection adapter.
Implements
ISelectionAdapter.SelectedItemSee Also
Reference
SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace