An individual binding item. A BindingItem maps a source object - a property/field or database field - to a property of a Control object.

The object is a child for the DataBinder object which acts as a master object that performs the actual binding of individual BingingItems.

Binding Items can be attached to controls and if the control implements the IDataBinder.

Note: This class inherits from Component so the designer can properly render the item as an extender control.