Gets or sets the value of the first selected item in the list.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
string SelectedValue { get; set; }
Property SelectedValue As String Get Set
property String^ SelectedValue { String^ get (); void set (String^ value); }
abstract SelectedValue : string with get, set
Property Value
StringThe selected value.