ISelectionAdapterSelectedItem Property

Gets or sets the selected item.

Definition

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

Property Value

Object
The currently selected item.

See Also