 |
PdfFormFieldRadioButtonListSelectedValue Property |
Gets or sets the selected item value for the radio button list.
Namespace: SelectPdf.FormsAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic string SelectedValue { get; set; }Public Property SelectedValue As String
Get
Set
Property Value
String
RemarksReturns an empty string if there is no item selected.
See Also