FormWidgetInfo.ListItems Property

Definition

Gets the choice options in their original order.

public System.Collections.Generic.IList<Android.Graphics.Pdf.Models.ListItem> ListItems { [Android.Runtime.Register("getListItems", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getListItems", "()Ljava/util/List;", "", ApiSince=35)>]
member this.ListItems : System.Collections.Generic.IList<Android.Graphics.Pdf.Models.ListItem>

Property Value

The choice options, or an empty list when the widget has no choice options.

Attributes

Remarks

Choice options apply to widgets such as combo boxes and list boxes.

Java documentation for FormWidgetInfo.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to