alexa
menu

Document Processing

    Show / Hide Table of Contents

    ListBoxFormField Class

    Represents a list box form field.

    Inheritance
    System.Object
    FormField
    ListBoxFormField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FormField.CustomData
    FormField.FlattenOnSave
    FormField.IsHidden
    FormField.Name
    FormField.PageNumber
    FormField.PropertyChanged
    FormField.ReadOnly
    FormField.Widgets
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved