Property SelectedItem
SelectedItem
Gets or sets the index of the currently selected item.
public int? SelectedItem { get; set; }
Property Value
- int?
The selected item or null if no item is selected.
Gets or sets the index of the currently selected item.
public int? SelectedItem { get; set; }
The selected item or null if no item is selected.