Represents the mode of the editor in a spreadsheet.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum EditMode| Name | Description |
|---|---|
| None | Indicates that the editor is not in edit mode. |
| Cell | Indicates that the editor is in cell edit mode, allowing direct editing of cell values. |
| Formula | Indicates that the editor is in formula edit mode, allowing editing of formulas within cells. |