Skip to main content
.NET 6.0+

ITypeInfo.IsListType Property

Indicates whether the type is a list type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.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