IListSource::GetList Method ()
.NET Framework (current version)
Returns an IList that can be bound to a data source from an object that does not implement an IList itself.
Assembly: System (in System.dll)
The following code example demonstrates how to implement the IListSource interface. A component named EmployeeListSource exposes an IList for data binding by implementing the GetList method. For a full code listing, see How to: Implement the IListSource Interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: