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

GridEditModelSavingEventArgs Class

Contains data for the EditModelSaving event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class GridEditModelSavingEventArgs

Remarks

The EditModelSaving event fires when a user submits the edit form and saves changes in the edit row, and validation is passed. Handle this event to check user input and access permissions and post changes to an underlying data source.

Refer to the EditModelSaving event description for information about event arguments and an example. For information on how to enable data editing, see the following topic: Edit Data and Validate Input.

Inheritance

Object
GridEditModelSavingEventArgs
See Also