menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListBoxFormField - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListBoxFormField

    Represents a list box form field.

    Inheritance
    System.Object
    FormField
    ListBoxFormField
    Inherited Members
    FormField.CanEdit
    FormField.Name
    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved