Specifies whether changes made to a row in the Edit Form are immediately shown within the grid. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public EditFormPostMode EditFormPostMode { get; set; }
|
VB |
Public Property EditFormPostMode As EditFormPostMode
|
Property value
Type:
EditFormPostMode
An EditFormPostMode enumeration value.

Remarks
To learn more, see Edit Form.

See Also