Enum RenderMode
Determines how the editing UI is displayed, either directly within the component's layout or in a separate popup.
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RenderMode
Remarks
Fields
| Name | Description |
|---|---|
| Inline | Renders the editing component directly in place of the display text. |
| Popup | Displays the editing component inside a popup window, overlaid on the content. |