vanille.
✅ How to Retrieve the Selected Item Value from a ComboBox in C# (AvaloniaUI)
There's also the
SelectedIndex
property that could help.
https://reference.avaloniaui.net/api/Avalonia.Controls.Primitives/SelectingItemsControl/3725F15E22 replies
✅ How to Retrieve the Selected Item Value from a ComboBox in C# (AvaloniaUI)
This looks to be it, though it's a generic
object?
type so I'm not exactly sure what you want out of it. Are you looking to get the value of a specific field on the object or do you just need the object? https://reference.avaloniaui.net/api/Avalonia.Controls.Primitives/SelectingItemsControl/F3D6C72622 replies