Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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