# C1DbNavigator Control Overview

Thank you for choosing C1DBNavigator, a data bound control that provides buttons for convenient navigation over data source rows.

## Content



The [C1DbNavigator](/componentone/api/win/online-input/dotnet-framework-api/C1.Win.C1Input.4.8/C1.Win.C1Input.C1DbNavigator.html) class represents the **C1DbNavigator** control. It is a data bound control that provides buttons for convenient navigation over data source rows. It enables movement to the first, last, previous and next row and common data actions such as updating the data source and refreshing data.

The [NavigatorButtonEnum](/componentone/api/win/online-input/dotnet-framework-api/C1.Win.C1Input.4.8/C1.Win.C1Input.NavigatorButtonEnum.html) gets the list of available buttons for the C1DbNavigator control which are the following: Add, Apply, Cancel, Delete, Edit, First, Last, Next, Position, Previous, Refresh, and Update.

The **Position** value of the NavigatorButtonEnum is used in the BeforeAction event when the text in Position text box is changed. For an example see, [Changing the Navigation in the Navigator](/componentone/docs/win/online-input/inputforwinformstask/addingadropdownform/changingthenavigation).

The **C1DbNavigator** control includes the following buttons that can be used to navigate and edit the records in a dataset<br />![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/truedbnavigator_appearance.png)

| Button | Description |
| --- | --- |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/firstbutton_truedbgrid.png) | First button. Moves to the first row in the record. Visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/previousbutton_truedbgrid.png) | Previous button. Moves to the previous row in the record. Visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/nextbutton_truedbgrid.png) | Next button. Moves to the next row in the record. Visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/lastbutton_truedbgrid.png) | Last button. Moves to the last row in the record. Visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/addrow_truedbgrid.png) | Add button. Adds a row to the record. Not visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/deleterow.png) | Delete button. Deletes the row in the record. Not visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/editrow.png) | Edit button. Edits the row in the record. Not visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/apply_truedbgrid.png) | Apply button. Applies the changes made in the record. Not visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/cancel_truedbgrid.png) | Cancel button. Cancels the changes. Not visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/update_truedbgrid.png) | Update button. Updates the record. Not visible by default. |
| ![dbnavigator](https://cdn.mescius.io/document-site-files/images/6c2f30e9-4d3a-4f86-b649-ecbef777b3a3/images/refresh_truedbnavigator.png) | Refresh button. Refreshes the record. Not visible by default. |

## See Also

[C1DbNavigator Appearance](/componentone/docs/win/online-input/usingthec1inputcontr/c1inputcontrols/c1dbnavigatorcontrol/c1dbnavigatorappeara)

[C1DbNavigator Behavior](/componentone/docs/win/online-input/usingthec1inputcontr/c1inputcontrols/c1dbnavigatorcontrol/c1dbnavigatorbehavio)