Property SelectedItem
SelectedItem
Gets or sets the currently selected object. This is a convenience property that is an alias for Value.
public T? SelectedItem { get; set; }
Property Value
- T
The selected object of type
T, or null if no item is selected.