PrintPreviewDialog::DataBindings Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the data bindings for the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property ControlBindingsCollection^ DataBindings {
	ControlBindingsCollection^ get();
}

Property Value

Type: System.Windows.Forms::ControlBindingsCollection^

A ControlBindingsCollection that contains the Binding objects for the control.

This property is not relevant for this class.

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

.NET Framework
Available since 1.1
Return to top
Show: