ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1ComboBox Namespace / DataSourceOption Class / Items Property

In This Topic
    Items Property (DataSourceOption)
    In This Topic
    An Array data for combobox
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.Generic.List(Of C1ComboBoxItem)
    public System.Collections.Generic.List<C1ComboBoxItem> Items {get;}
    See Also