Property SelectedItem
SelectedItem
Gets or sets the currently selected item in the control.
TItem? SelectedItem { get; set; }
Property Value
- TItem
An object that represents the current selection in the control, or
null
if no item is selected.
Gets or sets the currently selected item in the control.
TItem? SelectedItem { get; set; }
An object that represents the current selection in the
control, or null
if no item is selected.