Class ListBoxFormField
Represents a list box form field.
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class ListBoxFormField : FormField
Properties
Items
Gets the list of items in the list box.
Declaration
public List<string> Items { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
SelectedItems
Gets or sets a value that indicates the selected item in the list box.
Declaration
public List<string> SelectedItems { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |