SelectedItem Property (RadioList)

Class

RadioList.

Action

Gets or sets the item to select.

Syntax

C#
protected ItemIdentifier SelectedItem { get; set; }
VB
'Declaration
Protected ReadWrite Property SelectedItem As ItemIdentifier

Access

Read and write.