IMemberInfo.IsList Property
Indicates whether the member represents a list.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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