Gets or sets the value of the first selected item in the list.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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
StringA string value specifying the value of the first selected item, null (Nothing in VB.NET) if there is no selected item.