Skip to main content

TreeListView.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, end-users can save changes using the CTRL+ENTER key combination and discard them by pressing ESC.

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

See Also