Documentation for this section has not yet been entered.
The System.Windows.Forms.BindingSource class uniformly handles different data sources. Ideally the BindingSource.List property should be set to a general IList. However, sometimes it may be necessary to cast this property to a more specific type. The following table shows the underlying list type, which depends on the type or value of the data source.
If the type retrieved is the IList interface, the underlying collection may be more complex, such as an ArrayList or System.Data.DataView class.