Skip to main content

SelectedItem Property

Gets or sets the selected item of the selection adapter.

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public Object? SelectedItem { get; set; }

Property Value

Object
The selected item of the underlying selection adapter.

Implements

ISelectionAdapter.SelectedItem

See Also

Reference

SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace