Back to Devexpress

TableView.EditFormPostConfirmation Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-ec66cd4c.md

latest1.8 KB
Original Source

TableView.EditFormPostConfirmation Property

Specifies the response on an end-user’s attempt to move the focus from the Edit Form while it contains unsaved changes. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public PostConfirmationMode EditFormPostConfirmation { get; set; }
vb
Public Property EditFormPostConfirmation As PostConfirmationMode

Property Value

TypeDescription
PostConfirmationMode

A PostConfirmationMode enumeration value.

|

Available values:

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.

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace