ITypeInfo.IsListType Property
Indicates whether the type is a list type.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the type implements the System.Collections.IEnumerable or System.Collections.IEnumerable<T> interface; otherwise, false. |
See Also