ComponentOne PDF for WPF and Silverlight
Items Property (PdfComboListBase)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfComboListBase Class : Items Property
Gets a List 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 List(Of String)
public List<string> Items {get;}
See Also

Reference

PdfComboListBase Class
PdfComboListBase Members