PdfListField
SelectedValue Property
|
Gets or sets the value of the first selected item in the list.
Namespace:
Spire.Pdf.Fields
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:
virtual property String^ SelectedValue {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SelectedValue : string with get, set
override SelectedValue : string with get, set
Property Value
Type:
String
The selected value.
See Also