Class ListBoxFormField
Represents a list box form field.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class ListBoxFormField : FormField, INotifyPropertyChanged
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 ObservableCollection<string> SelectedItems { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.String> |
Implements
System.ComponentModel.INotifyPropertyChanged