Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceField Class / Items Property

In This Topic
    Items Property (ChoiceField)
    In This Topic
    Gets the list of items displayed in field.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As ObservableCollectionEx(Of ChoiceFieldItem)
    public ObservableCollectionEx<ChoiceFieldItem> Items {get;}
    See Also