System.Windows.Forms.BindingsCollection Class

Represents a collection of System.Windows.Forms.Binding objects for a control.

See Also: BindingsCollection Members

Syntax

[System.ComponentModel.DefaultEvent("CollectionChanged")]
public class BindingsCollection : BaseCollection

Remarks

Simple data binding is accomplished by adding System.Windows.Forms.Binding objects to a System.Windows.Forms.BindingsCollection. Any object that inherits from the System.Windows.Forms.Control class can access the System.Windows.Forms.BindingsCollection through the Control.DataBindings property. For a list of Windows controls that support data binding, see the System.Windows.Forms.Binding class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0