SelectingItemsControlSelectionAdapterSelectedItem Property

Gets or sets the selected item of the selection adapter.

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Object? SelectedItem { get; set; }

Property Value

Object
The selected item of the underlying selection adapter.

Implements

ISelectionAdapterSelectedItem

See Also