Back to Devexpress

ModificationsCheckingMode Enum

expressappframework-devexpress-dot-expressapp-dot-systemmodule-6d25287b.md

latest1.8 KB
Original Source

ModificationsCheckingMode Enum

Contains values that specify when the modifications made in an editable List View are committed.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum ModificationsCheckingMode
vb
Public Enum ModificationsCheckingMode

Members

NameDescription
Always

Changes are committed when a user proceeds to the next record and when the List View is closed. In WinForms applications, do not enable this mode when the new item row (see IModelListViewNewItemRow.NewItemRowPosition) is visible in the GridListEditor .

| | OnCloseOnly |

Changes are committed when the List View is closed.

|

The following properties accept/return ModificationsCheckingMode values:

See Also

ModificationsCheckingMode

DevExpress.ExpressApp.SystemModule Namespace