Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ShowEditFormUpdateCancelButtons { get; set; }

Property Value

Type Description
Boolean

true to display Update and Cancel buttons; otherwise, false.

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.

See Also