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

ITypeInfo.IsListType Property

Indicates whether the type is a list type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool IsListType { get; }

Property Value

Type Description
Boolean

true, if the type implements the System.Collections.IEnumerable or System.Collections.IEnumerable<T> interface; otherwise, false.

See Also