Skip to main content
.NET 6.0+

ListEditorAttribute.ListElementType Property

Specifies the type of objects that the target List Editor can display.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type ListElementType { get; }

Property Value

Type Description
Type

A Type object specifying the type of objects for which the target List Editor is designed.

Remarks

See the ListEditorAttribute class description, for details.

See Also