alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    This enumeration controls whether the editor appears Inline or as a Popup.

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved