TableView.ShowEditFormUpdateCancelButtons Property
Specifies whether the Edit Form should display the Update and Cancel buttons. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If the ShowEditFormUpdateCancelButtons
property is set to false
, users can press the CTRL+ENTER key combination to save changes and the ESC key to discard them.
If the TableView.EditFormShowMode property is set to Dialog
, the ShowEditFormUpdateCancelButtons
property has no effect. In this instance, you can define a custom TableView.EditFormDialogServiceTemplate and use the ThemedWindowOptions.UseCustomDialogFooter property to hide Update and Cancel buttons.