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