Edit Form
The Edit Form allows you to process edit operations in a row. It is available in the TableView and TreeListView.
The GridControl displays the Edit Form within the view (inline) or in a separate window (dialog).

You can use the following properties to specify the Edit Form appearance.
| Characteristics | Members |
|---|---|
| Availability and Show Mode | TableView.EditFormShowMode / TreeListView.EditFormShowMode |
| Caption | TableView.EditFormCaptionBinding / TreeListView.EditFormCaptionBinding |
| Template | TableView.EditFormTemplate / TreeListView.EditFormTemplate |
| Editor Template | ColumnBase.EditFormTemplate |
| Editor Caption | ColumnBase.EditFormCaption |
| Editors Arrangement | TableView.EditFormColumnCount / TreeListView.EditFormColumnCount |
Refer to the following topic for more information: Edit Form.
See Also