IGrid.IsEditing() Method
Returns whether the Grid is currently being edited.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool IsEditing()
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Refer to the IsEditing() method description for more information and an example.
See Also