Property SelectedItem
SelectedItem
Gets or sets the currently selected item in the control.
[Browsable(false)]
public abstract object? SelectedItem { get; set; }
Property Value
- object
An object that represents the current selection in the control, or
null
if no item is selected.