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

ListEditorAttribute(Type) Constructor

Initializes a new instance of the ListEditorAttribute.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ListEditorAttribute(
    Type listElementType
)

Parameters

Name Type Description
listElementType Type

A Type object specifying the type of objects for which the target List Editor is designed. This parameter value is used to initialize the ListEditorAttribute.ListElementType property.

Remarks

Use this constructor when you want your List Editor to be automatically set for objects of a particular data type. In this instance, pass the required object type as the first attribute parameter. Note that your List Editor might not be set automatically if there is another List Editor with the same parameter.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ListEditorAttribute(Type) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also