Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditorControl Class / ItemsSource Property

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