ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfComboListBase Class / Items Property

In This Topic
    Items Property (PdfComboListBase)
    In This Topic
    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