EditFormHiddenEventArgs.Result Property
Gets the clicked button.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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