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

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