Enum ActionBlur
Specifies the action to be performed when focus moves out of the In-Place Editor.
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ActionBlur
Remarks
This enumeration determines whether to Submit, Cancel, or Ignore the changes when the editor loses focus.
Fields
| Name | Description |
|---|---|
| Cancel | Cancels the edit and reverts to the original value when the In-Place Editor loses focus. |
| Ignore | Ignores the focus-out event, keeping the editor in an active state. |
| Submit | Submits the edited value when the In-Place Editor loses focus. |