Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.15 KB

bindingnavigator-control-windows-forms.md

File metadata and controls

40 lines (28 loc) · 2.15 KB
title description ms.date helpviewer_keywords ms.assetid
BindingNavigator Control
Learn more about the BindingNavigator control, which is the navigation and manipulation user interface (UI) for controls that are bound to data.
03/30/2017
BindingNavigator control [Windows Forms]
data [Windows Forms], navigating
data navigation
18c1e2a5-9834-40d3-9b2e-2b545e4e769e

BindingNavigator Control (Windows Forms)

The BindingNavigator control is the navigation and manipulation user interface (UI) for controls that are bound to data. The BindingNavigator control enables users to navigate through and manipulate data on a Windows Form.

The topics in this section provide an overview of the BindingNavigator control and offer step-by-step instructions how to use the control navigate data and move through a xref:System.Data.DataSet.

In This Section

BindingNavigator Control Overview
Introduces the general concepts of the BindingNavigator control, which enables users to move through the items of a data source.

How to: Navigate Data with the Windows Forms BindingNavigator Control
Provides steps to bind a BindingNavigator control to a data source.

How to: Move Through a DataSet with the Windows Forms BindingNavigator Control
Demonstrates using a BindingNavigator control to move through records in a xref:System.Data.DataSet.

Also see How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control.

Reference

xref:System.Windows.Forms.BindingNavigator
Provides reference documentation for the xref:System.Windows.Forms.BindingNavigator control.

xref:System.Windows.Forms.BindingSource
Provides reference documentation for the xref:System.Windows.Forms.BindingSource control.

Related Sections

Bind controls to data in Visual Studio