Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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).

GridControl Visual Elements Edit Form

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