Skip to main content
A newer version of this page is available. .

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