Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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, end-users can save changes using the CTRL+ENTER key combination and discard them by pressing ESC.

If the TableView.EditFormShowMode property is set to EditFormShowMode.Dialog, the ShowEditFormUpdateCancelButtons property has no effect.

See Also