Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RenderMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RenderMode

    Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor.

    Inheritance
    System.Object
    RenderMode
    Namespace: Syncfusion.Blazor.InPlaceEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RenderMode : Enum

    Fields

    Inline

    Defines the render mode as Inline.

    Declaration
    public const RenderMode Inline
    Field Value
    Type Description
    RenderMode

    Popup

    Defines the render mode as Popup.

    Declaration
    public const RenderMode Popup
    Field Value
    Type Description
    RenderMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved