Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditor Class
Members

In This Topic
    CollectionEditor Class
    In This Topic
    Default editor used by C1PropertyGrid to edit lists of values.
    Object Model
    CollectionEditor Class
    Syntax
    'Declaration
     
    
    Public Class CollectionEditor 
       Inherits AdvancedEditor
       Implements C1.WPF.Extended.ITypeEditorControl 
    public class CollectionEditor : AdvancedEditor, C1.WPF.Extended.ITypeEditorControl  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Extended.PropertyGrid.AdvancedEditor
                            C1.WPF.Extended.PropertyGrid.CollectionEditor

    See Also