IListSource::ContainsListCollection Property
.NET Framework (current version)
Gets a value indicating whether the collection is a collection of IList objects.
Assembly: System (in System.dll)
The following code example demonstrates how to implement the IListSource interface. A component named EmployeeListSource indicates that it does not contain an IList for data binding by returning false from the ContainsListCollection method. For a full code listing, see How to: Implement the IListSource Interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: