PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / CollectionEditorControl Class / ItemsSource Property

In This Topic
    ItemsSource Property
    In This Topic
    Gets or sets the list to be edited by the control.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also