Summary
Gets or sets the selected item.
- Namespace
- Avalonia
.Controls .Utils - Containing Type
- ISelectionAdapter
Syntax
object SelectedItem { get; set; }
Value
Type | Description |
---|---|
object | The currently selected item. |
object SelectedItem { get; set; }
Type | Description |
---|---|
object | The currently selected item. |