SelectedValue Property (PDFRadioButtonListField)
Gets or sets the value of the selected radio button item .
Syntax
'Declaration Public Property SelectedValue As String
'Usage Dim instance As PDFRadioButtonListField Dim value As String instance.SelectedValue = value value = instance.SelectedValue
public string SelectedValue {get; set;}
Property Value
A string value specifying the value of the selected item.Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | The value does not exist in field's set of values. |
Remarks
null (Nothing in VB.NET) or "Off" means that no radio button item is selected.
When setting the selected value, if the value does not exist in the list, an exception is thrown.
When setting the selected value, if the value does not exist in the list, an exception is thrown.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also