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

GridEditModelSavingEventArgs.DataItem Property

Returns the processed data item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object DataItem { get; }

Property Value

Type Description
Object

The data item.

Remarks

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.

See Also