Skip to main content
.NET 6.0+

ListEditorAttribute Constructors

Applied to a custom List Editor. Registers the List Editor in the application and specifies the object type for which the List Editor is intended.
Name Parameters Description
ListEditorAttribute(Type, Boolean) listElementType, isDefault Initializes a new instance of the ListEditorAttribute.
ListEditorAttribute(Type) listElementType Initializes a new instance of the ListEditorAttribute.
See Also