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

EditFormHiddenEventArgs.Result Property

Gets the clicked button.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public EditFormResult Result { get; }

Property Value

Type Description
EditFormResult

A value that specifies the clicked button.

Available values:

Name Description
Update

The Update button is clicked.

Cancel

The Cancel button is clicked.

See Also