IGrid.GetEditContext() Method
In This Article
Returns the edit context.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
EditContext GetEditContext()
#Returns
Type | Description |
---|---|
Edit |
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