Back to Devexpress

PostConfirmationMode Enum

wpf-devexpress-dot-xpf-dot-grid-d1be538b.md

latest1.9 KB
Original Source

PostConfirmationMode Enum

Lists values that specify the response to an end-user’s attempt to move the focus from the Edit Form while it contains unsaved changes.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum PostConfirmationMode
vb
Public Enum PostConfirmationMode

Members

NameDescription
YesNoCancel

The dialog window shows the Yes (post changes to the grid), No (discard changes) and Cancel (close the dialog window and continue editing via the Inline Edit Form) buttons.

| | YesNo |

The dialog window shows the Yes (post changes to the grid) and No (discard changes) buttons.

| | None |

The dialog window is not shown and the Inline Edit Form can only be closed by clicking either the Update or Cancel button within it.

|

The following properties accept/return PostConfirmationMode values:

Remarks

The values listed by this enumeration are used to set the TableView.EditFormPostConfirmation/TreeListView.EditFormPostConfirmation property’s value.

See Also

DevExpress.Xpf.Grid Namespace