Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IMemberInfo.ListElementTypeInfo Property

If the current member is a list, supplies metadata on the type of the elements contained in it.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ITypeInfo ListElementTypeInfo { get; }

Property Value

Type Description
ITypeInfo

An ITypeInfo object supplying metadata on the type of the list’s elements.

See Also