# InputPanel Elements

## Content

InputPanel control provides four types of elements: navigation buttons, action buttons, content panel, and commit/cancel button.

The following image shows the elements of the InputPanel control.
![](https://cdn.mescius.io/document-site-files/images/004dc683-5d50-40fc-ab9e-000a523035d7/images/inputpanel-elements.png)

The following table describes the elements of InputPanel control:

| **Element** | **Name** | **Description** |
| ------- | ---- | ----------- |
| ![](https://cdn.mescius.io/document-site-files/images/004dc683-5d50-40fc-ab9e-000a523035d7/images/navigation-button.png) | Navigation buttons | Allows navigation to a specific record through next/previous/first/last buttons. These buttons are provided at the top left of the InputPanel control. |
| ![](https://cdn.mescius.io/document-site-files/images/004dc683-5d50-40fc-ab9e-000a523035d7/images/action-buttons.png) | Action buttons | Includes the Add button to add records and Delete button to delete records. These buttons are available at the top right of the InputPanel control. |
| ![](https://cdn.mescius.io/document-site-files/images/004dc683-5d50-40fc-ab9e-000a523035d7/images/content-panel.png) | Content Panel | Indicates the area that contains the fields in form layout where user can view/edit the records at runtime. |
| ![](https://cdn.mescius.io/document-site-files/images/004dc683-5d50-40fc-ab9e-000a523035d7/images/commitcancel-buttons.png) | Commit/Cancel button | Consists of OK/Cancel button where edits are saved/committed with the OK button and cancelled using the Cancel button. These buttons are available at the bottom right of the InputPanel control. |
