IGrid.GetEditContext() Method
Returns the edit context.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
EditContext GetEditContext()
Returns
Type | Description |
---|---|
EditContext | The edit context if the Grid is being edited; otherwise, |
Remarks
Refer to the GetEditContext() method description for more information and an example.
See Also