System.Windows.Forms.Control.DataBindings Property

Gets the data bindings for the control.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.ParenthesizePropertyName(true)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public ControlBindingsCollection DataBindings { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Control.DataBindings property to access the System.Windows.Forms.ControlBindingsCollection. By adding System.Windows.Forms.Binding objects to the collection, you can bind any property of a control to the property of an object.

Requirements

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