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