Default editor used by C1PropertyGrid to edit lists of values.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class CollectionEditor : AdvancedEditor, 
	ITypeEditorControl
Visual Basic
Public Class CollectionEditor _
	Inherits AdvancedEditor _
	Implements ITypeEditorControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.Extended.PropertyGrid..::..AdvancedEditor
            C1.Silverlight.Extended.PropertyGrid..::..CollectionEditor

See Also