SelectingItemsControlSelectionAdapterSelectedItem Property
Gets or sets the selected item of the selection adapter.
Namespace: Avalonia.Controls.UtilsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Object? SelectedItem { get; set; }
Public Property SelectedItem As Object
Get
Set
abstract SelectedItem : Object with get, set
override SelectedItem : Object with get, set
ObjectThe selected item of the underlying selection adapter.
ISelectionAdapterSelectedItem