ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1ComboBox)
    In This Topic
    Gets or sets the collection of items.
    Syntax
    'Declaration
     
    
    Public Shadows Property ItemsSource As IEnumerable
    public new IEnumerable ItemsSource {get; set;}
    See Also