Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1SelectTool Class / ItemsSource Property

In This Topic
    ItemsSource Property
    In This Topic
    Gets or sets the items displayed in the list.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also