Binding::BindingManagerBase Property
.NET Framework (current version)
Gets the BindingManagerBase for this Binding.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::BindingManagerBase^The BindingManagerBase that manages this Binding.
Use the BindingManagerBase to iterate through a data-bound list by incrementing or decrementing the Position property. The BindingManagerBase class is abstract. The CurrencyManager class, which manages data-bound lists, inherits from the BindingManagerBase class.
The following code example gets the BindingManagerBase of every Binding on the form, and prints the Position property for each BindingManagerBase.
.NET Framework
Available since 1.1
Available since 1.1
Show: