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

In This Topic
    ItemsEditor Property
    In This Topic
    Gets the C1PropertyGrid used to edit the properties of the currently selected item.
    Syntax
    'Declaration
     
    
    Public Property ItemsEditor As C1PropertyGrid
    public C1PropertyGrid ItemsEditor {get; set;}
    See Also