ControlBindingsCollection::DefaultDataSourceUpdateMode Property

 

Gets or sets the default DataSourceUpdateMode for a Binding in the collection.

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

public:
property DataSourceUpdateMode DefaultDataSourceUpdateMode {
	DataSourceUpdateMode get();
	void set(DataSourceUpdateMode value);
}

The DefaultDataSourceUpdateMode property is used in cases where a Binding without a DataSourceUpdateMode specified is added to the collection. The default value for Windows Forms controls is OnValidation

.NET Framework
Available since 2.0
Return to top
Show: