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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

String
The selected value of the list field.

See Also