Summary
Gets or sets the selected item of the selection adapter.
- Namespace
- Avalonia
.Controls .Utils - Containing Type
- Selecting
Items Control Selection Adapter
Syntax
public object SelectedItem { get; set; }
Value
Type | Description |
---|---|
object | The selected item of the underlying selection adapter. |