ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.6.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanel Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1InputPanel)
    In This Topic
    Gets or sets a collection of items that will be shown.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also