Property Index
Index
Gets or sets the zero-based index of the currently selected item.
public int? Index { get; set; }
Property Value
Remarks
Use this property to get or set the selection by index directly. To get or set the selection by object, use SelectedItem or Value.