XfaChoiceListField
SelectedItems Property
|
Gets or sets the selected items of the field.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<string> SelectedItems { get; set; }
Public Property SelectedItems As List(Of String)
Get
Set
public:
property List<String^>^ SelectedItems {
List<String^>^ get ();
void set (List<String^>^ value);
}
member SelectedItems : List<string> with get, set
Property Value
Type:
List
String
See Also