ControlBindingsCollection::DefaultDataSourceUpdateMode Property
.NET Framework (current version)
Gets or sets the default DataSourceUpdateMode for a Binding in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataSourceUpdateMode DefaultDataSourceUpdateMode { DataSourceUpdateMode get(); void set(DataSourceUpdateMode value); }
Property Value
Type: System.Windows.Forms::DataSourceUpdateModeOne of the DataSourceUpdateMode values.
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
Available since 2.0
Show: