ComponentOne PDF for .NET
Items Property

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > PdfComboListBase Class : Items Property
Gets a System.Collections.Generic.List`1 representing the collection of items contained in the current combo or list.

Values are strings representing the items.

Syntax
'Declaration
 
Public ReadOnly Property Items As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> Items {get;}
See Also

Reference

PdfComboListBase Class
PdfComboListBase Members