ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / Pickers Class / List Property

In This Topic
    List Property (Pickers)
    In This Topic
    A value that specifies the underlying data source provider for the wijcombobox.
    Syntax
    'Declaration
     
    Public ReadOnly Property List As System.Collections.ObjectModel.Collection(Of C1ComboBoxItem)
    public System.Collections.ObjectModel.Collection<C1ComboBoxItem> List {get;}
    See Also