Documents for PDF, .NET Edition Documentation
Items Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace > ChoiceField Class : Items Property
Gets the list of items displayed in field.
Syntax
'Declaration
 
Public ReadOnly Property Items As System.Collections.ObjectModel.ObservableCollection(Of ChoiceFieldItem)
public System.Collections.ObjectModel.ObservableCollection<ChoiceFieldItem> Items {get;}
See Also

Reference

ChoiceField Class
ChoiceField Members