Skip to main content
A newer version of this page is available. .

IMemberInfo.IsList Property

Indicates whether the member represents a list.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

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