Gets or sets the lowest ordinal index of the selected items in the list.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SelectedIndex As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LiveRadioButtonColumn
Dim value As Integer
instance.SelectedIndex = value
value = instance.SelectedIndex |
C# | |
---|
public int SelectedIndex {get; set;} |
C++/CLI | |
---|
public:
property int SelectedIndex {
int get();
void set ( int value);
} |
Property Value
The lowest ordinal index of the selected items in the list. The default is -1, which indicates that nothing is selected.
Exceptions
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also