Skip to main content
A newer version of this page is available. .

EditFormBindingMode Enum

Defines the set of values used to specify the binding mode.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public enum EditFormBindingMode

Members

Name Description
Default

Defines the same behavior as the EditFormBindingMode.Direct mode.

Direct

An edited field value in an Edit Form is passed back to the grid at the moment an end-user moves focus to another field in an Edit Form.

Cached

Edited field values in an Edit Form are collected in a proxy and passed back to the grid simultaneously when an end-user saves changes.

Related API Members

The following properties accept/return EditFormBindingMode values:

Remarks

The GridOptionsEditForm.BindingMode property of the EditFormBindingMode type specifies the mode in which data from an Edit Form is passed back to the grid.

See Also