PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / CollectionEditorControl Class
Members

In This Topic
    CollectionEditorControl Class
    In This Topic
    Default editor used by C1PropertyGrid to edit lists of values.
    Object Model
    CollectionEditorControl Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1TemplatePartAttribute(Name="ItemsEditor", Type=C1.WPF.PropertyGrid.C1PropertyGrid)>
    <StyleTypedPropertyAttribute(Property="EditorStyle", StyleTargetType=C1.WPF.PropertyGrid.C1PropertyGrid)>
    <TemplatePartAttribute(Name="ItemsEditor", Type=C1.WPF.PropertyGrid.C1PropertyGrid)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class CollectionEditorControl 
       Inherits System.Windows.Controls.Control
    [C1Control()]
    [C1TemplatePart(Name="ItemsEditor", Type=C1.WPF.PropertyGrid.C1PropertyGrid)]
    [StyleTypedProperty(Property="EditorStyle", StyleTargetType=C1.WPF.PropertyGrid.C1PropertyGrid)]
    [TemplatePart(Name="ItemsEditor", Type=C1.WPF.PropertyGrid.C1PropertyGrid)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class CollectionEditorControl : System.Windows.Controls.Control 
    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.PropertyGrid.CollectionEditorControl

    See Also