ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / Items Property

In This Topic
    Items Property (C1ComboBox)
    In This Topic
    Collection of child items in the combobox.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As C1ComboBoxItemCollection
    public C1ComboBoxItemCollection Items {get;}
    See Also