Back to Devexpress

Edit Form

wpf-117776-controls-and-libraries-data-grid-visual-elements-common-elements-edit-form.md

latest1.9 KB
Original Source

Edit Form

  • Nov 11, 2021

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.

CharacteristicsMembers
Availability and Show ModeTableView.EditFormShowMode / TreeListView.EditFormShowMode
CaptionTableView.EditFormCaptionBinding / TreeListView.EditFormCaptionBinding
TemplateTableView.EditFormTemplate / TreeListView.EditFormTemplate
Editor TemplateColumnBase.EditFormTemplate
Editor CaptionColumnBase.EditFormCaption
Editors ArrangementTableView.EditFormColumnCount / TreeListView.EditFormColumnCount

Refer to the following topic for more information: Edit Form.

See Also

Edit Entire Row