IGrid.IsEditing() Method
Returns whether the Grid is currently being edited.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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