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#
[TemplatePartAttribute(Name = "DownButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "CancelButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "RemoveButton", Type = typeof(Button))]
[StyleTypedPropertyAttribute(Property = "SelectorStyle", StyleTargetType = typeof(ListBox))]
[TemplatePartAttribute(Name = "UpButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "AddButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "ItemsSelector", Type = typeof(ListBox))]
[TemplatePartAttribute(Name = "AcceptButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "ItemsEditor", Type = typeof(C1PropertyGrid))]
[StyleTypedPropertyAttribute(Property = "EditorStyle", StyleTargetType = typeof(C1PropertyGrid))]
public class CollectionEditorControl : Control
Visual Basic
<TemplatePartAttribute(Name := "DownButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "CancelButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "RemoveButton", Type := GetType(Button))> _
<StyleTypedPropertyAttribute(Property := "SelectorStyle", StyleTargetType := GetType(ListBox))> _
<TemplatePartAttribute(Name := "UpButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "AddButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "ItemsSelector", Type := GetType(ListBox))> _
<TemplatePartAttribute(Name := "AcceptButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "ItemsEditor", Type := GetType(C1PropertyGrid))> _
<StyleTypedPropertyAttribute(Property := "EditorStyle", StyleTargetType := GetType(C1PropertyGrid))> _
Public Class CollectionEditorControl _
	Inherits Control

Inheritance Hierarchy

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

See Also