EditFormHiddenEventArgs.Result Property
Gets the clicked button.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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