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

GridEditStartEventArgs Class

Contains data for the EditStart event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class GridEditStartEventArgs

Remarks

Handle the EditStart event to create a custom response to the edit start action.

Refer to the EditStart 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
GridEditStartEventArgs
See Also