net90_PropertyGridHelpers.UIEditors_CollectionUIEditor 1 - dparvin/PropertyGridHelpers GitHub Wiki

CollectionUIEditor<T> class

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.

Public Members

name description
CollectionUIEditor() Initializes a new instance of the CollectionUIEditor class, targeting collections of type List.

Remarks

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.

See Also

⚠️ **GitHub.com Fallback** ⚠️