System.ComponentModel.ITypedList

Provides functionality to discover the schema for a bindable list, where the properties available for binding differ from the public properties of the object to bind to.

See Also: ITypedList Members

Syntax

public interface ITypedList

Remarks

Use this interface if, for instance, you are using a System.Data.DataView object that represents a customer table, you want to bind to the properties on the customer object that the System.Data.DataView represents, not the properties of the System.Data.DataView.

This interface is not required for design-time support of a bindable list.

Binding to data can occur either at run time or in a designer, but there are rules for both. At run time, you can bind to data in any of the following:

In a designer, you can initialize binding to System.ComponentModel.Component objects by following the same rules.

For more information on binding to a data source, see the System.Windows.Forms.Binding class.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0