PdfRadioButtonListFieldWidget
SelectedValue Property
|
Gets or sets the value of the first selected item in the list.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string SelectedValue { get; set; }
Public Property SelectedValue As String
Get
Set
public:
property String^ SelectedValue {
String^ get ();
void set (String^ value);
}
member SelectedValue : string with get, set
Property Value
Type:
String
A string value specifying the value of the first selected item, null (Nothing in VB.NET) if there is no selected item.
See Also