Gets or sets the index of the selected item of the SelectionFormField. If the property value is -1, no item is selected and the currently selected item is deselected.

Syntax

public int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer