BindingNavigator Constructor (BindingSource^)
.NET Framework (current version)
Initializes a new instance of the BindingNavigator class with the specified BindingSource as the data source.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- bindingSource
-
Type:
System.Windows.Forms::BindingSource^
The BindingSource used as a data source.
This constructor uses the BindingSource parameter to initialize the BindingSource property. It also adds the standard set of navigational buttons and sets their corresponding properties, such as CountItem and MoveNextItem.
.NET Framework
Available since 2.0
Available since 2.0
Show: