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

In This Topic
    ItemsSelector Property (CollectionEditorControl)
    In This Topic
    Gets the ListBox used to show the list of items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemsSelector As ListBox
    public ListBox ItemsSelector {get;}
    See Also