SelectedIndex Property (RadioList)

Class

RadioList.

Action

Gets or sets the index of the selected item. The value is zero-based.

Syntax

C#
protected Integer SelectedIndex { get; set; }
VB
'Declaration
Protected ReadWrite Property SelectedIndex As Integer

Access

Read and write.