Skip to main content
.NET 6.0+

IMemberInfo.IsList Property

Indicates whether the member represents a list.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool IsList { get; }

Property Value

Type Description
Boolean

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

See Also