SelectedIndex Property (RadioGroupDescription)
The index of the selected item in the radio group.
Remarks
To describe a radio group with no selected item, set the SelectedIndex to -1.

C# Syntax

public Nullable<int> SelectedIndex {get; set;}