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

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