InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputComboBox Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1InputComboBox)
    In This Topic
    Gets or sets the data source of ComboBox.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also