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

In This Topic
    ItemsSource Property (C1MultiSelect)
    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