net90_PropertyGridHelpers.UIEditors_CollectionUIEditor 1 - dparvin/PropertyGridHelpers GitHub Wiki
Provides a strongly-typed collection editor for editing List properties in a PropertyGrid. This allows users to add, remove, and edit items of type T using the standard collection editor dialog.
public class CollectionUIEditor<T> : CollectionEditor
parameter | description |
---|---|
T | The type of the items in the collection being edited. |
name | description |
---|---|
CollectionUIEditor() | Initializes a new instance of the CollectionUIEditor class, targeting collections of type List. |
This editor automatically uses a List as the collection type, and supports simple creation of string elements or any other type with a parameterless constructor.
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers
- CollectionUIEditor.cs